Mercurial > hg > RemoteEditor > vim7
comparison src/proto/term.pro @ 48:67300faee616 v7-3-618
v7-3-618
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 01 Aug 2012 18:08:28 +0900 |
parents | 76efa0be13f1 |
children |
comparison
equal
deleted
inserted
replaced
47:6c0584ec21b1 | 48:67300faee616 |
---|---|
48 void add_termcode __ARGS((char_u *name, char_u *string, int flags)); | 48 void add_termcode __ARGS((char_u *name, char_u *string, int flags)); |
49 char_u *find_termcode __ARGS((char_u *name)); | 49 char_u *find_termcode __ARGS((char_u *name)); |
50 char_u *get_termcode __ARGS((int i)); | 50 char_u *get_termcode __ARGS((int i)); |
51 void del_termcode __ARGS((char_u *name)); | 51 void del_termcode __ARGS((char_u *name)); |
52 void set_mouse_topline __ARGS((win_T *wp)); | 52 void set_mouse_topline __ARGS((win_T *wp)); |
53 int check_termcode __ARGS((int max_offset, char_u *buf, int buflen)); | 53 int check_termcode __ARGS((int max_offset, char_u *buf, int bufsize, int *buflen)); |
54 char_u *replace_termcodes __ARGS((char_u *from, char_u **bufp, int from_part, int do_lt, int special)); | 54 char_u *replace_termcodes __ARGS((char_u *from, char_u **bufp, int from_part, int do_lt, int special)); |
55 int find_term_bykeys __ARGS((char_u *src)); | 55 int find_term_bykeys __ARGS((char_u *src)); |
56 void show_termcodes __ARGS((void)); | 56 void show_termcodes __ARGS((void)); |
57 int show_one_termcode __ARGS((char_u *name, char_u *code, int printit)); | 57 int show_one_termcode __ARGS((char_u *name, char_u *code, int printit)); |
58 char_u *translate_mapping __ARGS((char_u *str, int expmap)); | 58 char_u *translate_mapping __ARGS((char_u *str, int expmap)); |