mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
LibLine: Reset suggestion state on any non-tab key
This fixes the following (and more!): ```sh $ /bin/dis<tab><tab><backspace><backspace><backspace><backspace><tab> $ /bink_benchmark ```
This commit is contained in:
parent
7e72285049
commit
084a5c6a90
2 changed files with 33 additions and 18 deletions
|
@ -335,6 +335,7 @@ private:
|
|||
|
||||
void refresh_display();
|
||||
void cleanup();
|
||||
void cleanup_suggestions();
|
||||
void really_quit_event_loop();
|
||||
|
||||
void restore()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue