diff src/proto/syntax.pro @ 11743:6141a21dd232 v8.0.0754

patch 8.0.0754: terminal window does not support colors commit https://github.com/vim/vim/commit/eeac67788677a9ea81bcab69f81b4fc22c2adc00 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 15:48:37 2017 +0200 patch 8.0.0754: terminal window does not support colors Problem: Terminal window does not support colors. Solution: Lookup the color attribute.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 16:00:04 +0200
parents 998d2cf59caa
children 5a5709918a98
line wrap: on
line diff
--- a/src/proto/syntax.pro
+++ b/src/proto/syntax.pro
@@ -31,6 +31,7 @@ char_u *hl_get_font_name(void);
 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);
 void clear_hl_tables(void);
 int hl_combine_attr(int char_attr, int prim_attr);
 attrentry_T *syn_gui_attr2entry(int attr);