mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 23:47:25 +00:00
Stop resetting the color for the character under the cursor
Fixes #1821
This commit is contained in:
parent
dda6be2592
commit
c77f8e73c8
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue