Stop resetting the color for the character under the cursor

Fixes #1821
This commit is contained in:
ridiculousfish 2014-11-19 12:37:46 -08:00
parent dda6be2592
commit c77f8e73c8

View file

@ -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;
}