summaryrefslogtreecommitdiffstats
path: root/src/proto/syntax.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-07-23 18:07:56 +0200
committerBram Moolenaar <Bram@vim.org>2017-07-23 18:07:56 +0200
commit065f41c8143271d1af7c8f5d14a59e29bf7ecdf3 (patch)
tree882fdc9e6dcafd380a6efce8670f0c2345cde44a /src/proto/syntax.pro
parent43da3e36b21b9df20e4b2f380df76bbc7e91a965 (diff)
patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760
Problem: Terminal window colors wrong with 'termguicolors'. Solution: Add 'termguicolors' support.
Diffstat (limited to 'src/proto/syntax.pro')
-rw-r--r--src/proto/syntax.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/syntax.pro b/src/proto/syntax.pro
index cd21418682..be34258341 100644
--- a/src/proto/syntax.pro
+++ b/src/proto/syntax.pro
@@ -32,6 +32,7 @@ void hl_set_font_name(char_u *font_name);
void hl_set_bg_color_name(char_u *name);
void hl_set_fg_color_name(char_u *name);
int get_cterm_attr_idx(int attr, int fg, int bg);
+int get_tgc_attr_idx(int attr, guicolor_T fg, guicolor_T bg);
int get_gui_attr_idx(int attr, guicolor_T fg, guicolor_T bg);
void clear_hl_tables(void);
int hl_combine_attr(int char_attr, int prim_attr);