diff --git a/vis.c b/vis.c index 2a4d6ae55..5f9d62cdd 100644 --- a/vis.c +++ b/vis.c @@ -385,6 +385,7 @@ static void window_draw_selection(View *view, Selection *cur, CellStyle *style) } } else { l->cells[col].style.bg = style->bg; + l->cells[col].style.fg = style->fg; } col++; }