aboutsummaryrefslogtreecommitdiffhomepage
path: root/screen.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-19 12:37:46 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-11-19 12:37:46 -0800
commitc77f8e73c87922faceb5b62b4028545ee490410c (patch)
treef1ec4f1036d101edfa9f0a691b764d4882bfadda /screen.cpp
parentdda6be2592e391572415cfdee1276f0ee2f8875b (diff)
Stop resetting the color for the character under the cursor
Fixes #1821
Diffstat (limited to 'screen.cpp')
-rw-r--r--screen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/screen.cpp b/screen.cpp
index 0345ff70..b99d1401 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;
}