diff options
Diffstat (limited to 'src/proto/term.pro')
-rw-r--r-- | src/proto/term.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proto/term.pro b/src/proto/term.pro index 65e67402a..147981c68 100644 --- a/src/proto/term.pro +++ b/src/proto/term.pro @@ -64,6 +64,8 @@ char_u *get_termcode(int i); void del_termcode(char_u *name); void set_mouse_topline(win_T *wp); int check_termcode(int max_offset, char_u *buf, int bufsize, int *buflen); +void term_get_fg_color(uint8_t *r, uint8_t *g, uint8_t *b); +void term_get_bg_color(uint8_t *r, uint8_t *g, uint8_t *b); char_u *replace_termcodes(char_u *from, char_u **bufp, int from_part, int do_lt, int special); int find_term_bykeys(char_u *src); void show_termcodes(void); |