mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 05:32:34 +00:00
We forgot to reset all the variables that keep track of suggestion state, resulting in an underflow value when calculating the lines to display completion suggestions later. Setting `m_times_tab_pressed` to 0 apparently forces it to recalculate the those variables and seems to fix the problem. Fixes #22128 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Editor.cpp | ||
| Editor.h | ||
| InternalFunctions.cpp | ||
| KeyCallbackMachine.cpp | ||
| KeyCallbackMachine.h | ||
| Span.h | ||
| StringMetrics.h | ||
| Style.h | ||
| SuggestionDisplay.h | ||
| SuggestionManager.cpp | ||
| SuggestionManager.h | ||
| VT.h | ||
| XtermSuggestionDisplay.cpp | ||