summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-14 22:35:08 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-14 22:35:08 +0200
commit05fbfdcda48a564e7a778c67251f732481f3ceaa (patch)
treedc2c4db8cb146751a21f56b2f6bde66f3a7b1c9c /src/globals.h
parentc08706135d006453784f85d211c76e27b4f2a6d0 (diff)
patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941
Problem: Existing color schemes don't work well with StatusLineTerm. Solution: Don't use "reverse", use fg and bg colors. Also add StatusLineTermNC.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/globals.h b/src/globals.h
index 5c2f3f1994..7f2875b05e 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -364,6 +364,7 @@ EXTERN int highlight_user[9]; /* User[1-9] attributes */
EXTERN int highlight_stlnc[9]; /* On top of user */
# ifdef FEAT_TERMINAL
EXTERN int highlight_stlterm[9]; /* On top of user */
+EXTERN int highlight_stltermnc[9]; /* On top of user */
# endif
# endif
#endif