syntax.c: Avoid the 'background' adjustment when true color enabled

This commit is contained in:
watiko 2016-03-01 06:15:42 +09:00
parent 37b3a4c607
commit 0e15d1cefa

View File

@ -6395,7 +6395,7 @@ do_highlight (
HL_TABLE()[idx].sg_cterm_bg = color + 1;
if (is_normal_group) {
cterm_normal_bg_color = color + 1;
{
if (!ui_rgb_attached()) {
must_redraw = CLEAR;
if (color >= 0) {
if (t_colors < 16)