Problem: Background is not drawn properly when 'termguicolors' is set.
Solution: Check cterm_normal_bg_color. (Jacob Niehus, closes #805)
|| gui.in_use
#endif
#ifdef FEAT_TERMGUICOLORS
- || (p_tgc && cterm_normal_bg_gui_color != (long_u)INVALCOLOR)
+ || (p_tgc && cterm_normal_bg_gui_color == (long_u)INVALCOLOR)
+ || (!p_tgc && cterm_normal_bg_color == 0)
+#else
+ || cterm_normal_bg_color == 0
#endif
- || cterm_normal_bg_color == 0 || *T_UT != NUL));
+ || *T_UT != NUL));
}
/*
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1942,
/**/
1941,
/**/