mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-22 18:55:14 +08:00
parent
3ca518255e
commit
905d8b2aa5
@ -4149,7 +4149,9 @@ const wchar_t *reader_readline(int nchars)
|
||||
(c != R_HISTORY_SEARCH_FORWARD) &&
|
||||
(c != R_HISTORY_TOKEN_SEARCH_BACKWARD) &&
|
||||
(c != R_HISTORY_TOKEN_SEARCH_FORWARD) &&
|
||||
(c != R_NULL))
|
||||
(c != R_NULL) &&
|
||||
(c != R_REPAINT) &&
|
||||
(c != R_FORCE_REPAINT))
|
||||
{
|
||||
data->search_mode = NO_SEARCH;
|
||||
data->search_buff.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user