1
Fork 0
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:
AnotherTest 2020-08-31 22:04:32 +04:30 committed by Andreas Kling
parent 7e72285049
commit 084a5c6a90
2 changed files with 33 additions and 18 deletions

View file

@ -335,6 +335,7 @@ private:
void refresh_display();
void cleanup();
void cleanup_suggestions();
void really_quit_event_loop();
void restore()