aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vis.c b/vis.c
index 5f9d62c..a26bccb 100644
--- a/vis.c
+++ b/vis.c
@@ -409,6 +409,7 @@ static void window_draw_cursor_matching(Win *win, Selection *cur, CellStyle *sty
line_match->cells[col_match].style.bg = old.fg;
} else {
line_match->cells[col_match].style.bg = style->bg;
+ line_match->cells[col_match].style.fg = style->fg;
}
}