diff --git a/src/reader.rs b/src/reader.rs index 9e3309a13..fe9466d18 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -4631,6 +4631,8 @@ fn command_ends_history_search(c: ReadlineCmd) -> bool { | rl::EndOfHistory | rl::Repaint | rl::ForceRepaint + | rl::FocusIn + | rl::FocusOut ) }