From c77f8e73c87922faceb5b62b4028545ee490410c Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Wed, 19 Nov 2014 12:37:46 -0800 Subject: [PATCH] Stop resetting the color for the character under the cursor Fixes #1821 --- screen.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/screen.cpp b/screen.cpp index 0345ff707..b99d14014 100644 --- a/screen.cpp +++ b/screen.cpp @@ -1338,7 +1338,6 @@ void s_write(screen_t *s, if (! cursor_position_is_within_pager && i == cursor_pos) { - color = 0; cursor_arr = s->desired.cursor; }