ui: add 'redrawdebug' option for flexible debugging of redrawing

This commit is contained in:
Björn Linse
2019-01-27 11:44:33 +01:00
parent 42bdccdf6c
commit 2c2f160a27
10 changed files with 215 additions and 8 deletions

View File

@@ -5970,6 +5970,10 @@ static const char *highlight_init_both[] = {
"default link Whitespace NonText",
"default link MsgSeparator StatusLine",
"default link NormalFloat Pmenu",
"RedrawDebugNormal cterm=reverse gui=reverse",
"RedrawDebugClear ctermbg=Yellow guibg=Yellow",
"RedrawDebugComposed ctermbg=Green guibg=Green",
"RedrawDebugRecompose ctermbg=Red guibg=Red",
NULL
};