mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Drop search highlighting when exiting search mode. Thanks to Philip Ganchev and Martin Bähr for the bug reports.
darcs-hash:20061116125803-ac50b-6eb95d76c3679a32db940a698466381ef7822b9e.gz
This commit is contained in:
parent
b139201a33
commit
cfa9ecbfd2
1 changed files with 1 additions and 0 deletions
1
reader.c
1
reader.c
|
@ -2296,6 +2296,7 @@ wchar_t *reader_readline()
|
|||
reader_replace_current_token( data->search_buff );
|
||||
}
|
||||
*data->search_buff=0;
|
||||
reader_super_highlight_me_plenty( data->buff_pos, 0 );
|
||||
repaint();
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue