mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 06:25:49 +08:00
Stop resetting the color for the character under the cursor
Fixes #1821
This commit is contained in:
parent
dda6be2592
commit
c77f8e73c8
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user