0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.0.0825: not easy to see that a window is a terminal window

Problem:    Not easy to see that a window is a terminal window.
Solution:   Add StatusLineTerm highlighting.
This commit is contained in:
Bram Moolenaar
2017-07-31 22:29:35 +02:00
parent 392d1bfa5e
commit 3633cf5201
5 changed files with 35 additions and 15 deletions

View File

@@ -1430,10 +1430,11 @@ typedef enum
, HLF_TP /* tabpage line */
, HLF_TPS /* tabpage line selected */
, HLF_TPF /* tabpage line filler */
, HLF_CUC /* 'cursurcolumn' */
, HLF_CUL /* 'cursurline' */
, HLF_CUC /* 'cursorcolumn' */
, HLF_CUL /* 'cursorline' */
, HLF_MC /* 'colorcolumn' */
, HLF_QFL /* quickfix window line currently selected */
, HLF_ST /* status lines of terminal windows */
, HLF_COUNT /* MUST be the last one */
} hlf_T;
@@ -1443,7 +1444,7 @@ typedef enum
'n', 'N', 'r', 's', 'S', 'c', 't', 'v', 'V', 'w', 'W', \
'f', 'F', 'A', 'C', 'D', 'T', '-', '>', \
'B', 'P', 'R', 'L', \
'+', '=', 'x', 'X', '*', '#', '_', '!', '.', 'o', 'q'}
'+', '=', 'x', 'X', '*', '#', '_', '!', '.', 'o', 'q', '$'}
/*
* Boolean constants