mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Don't syntax highlight the character under the cursor, since that may hide the cursor. Thanks to Matin Bähr and Philip Ganchev for the reports
darcs-hash:20060911143935-ac50b-e1502365aeba0f4d97976f688329cbfc4b9871a4.gz
This commit is contained in:
parent
c550f4eb21
commit
02eb856e44
1 changed files with 3 additions and 0 deletions
3
reader.c
3
reader.c
|
@ -2324,6 +2324,9 @@ static void reader_super_highlight_me_plenty( wchar_t * buff, int *color, int po
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
color[pos] = 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue