diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-05-03 21:26:49 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-05-03 21:26:49 +0000 |
commit | 9c102387aff079b513533e93bb2a8109ccc1492c (patch) | |
tree | 5dc78df7736efe7105b9e939af9959d9f9f9fd7e /src/proto/term.pro | |
parent | c05f93ffba24cd678b7f31b40e7b6f64ee12bf74 (diff) | |
download | vim-git-9c102387aff079b513533e93bb2a8109ccc1492c.tar.gz |
updated for version 7.0g02
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r-- | src/proto/term.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro index 7b5374973..9ce594ead 100644 --- a/src/proto/term.pro +++ b/src/proto/term.pro @@ -51,7 +51,7 @@ extern char_u *get_termcode __ARGS((int i)); extern void del_termcode __ARGS((char_u *name)); extern void set_mouse_topline __ARGS((win_T *wp)); extern int check_termcode __ARGS((int max_offset, char_u *buf, int buflen)); -extern char_u *replace_termcodes __ARGS((char_u *from, char_u **bufp, int from_part, int do_lt)); +extern char_u *replace_termcodes __ARGS((char_u *from, char_u **bufp, int from_part, int do_lt, int special)); extern int find_term_bykeys __ARGS((char_u *src)); extern void show_termcodes __ARGS((void)); extern int show_one_termcode __ARGS((char_u *name, char_u *code, int printit)); |