serenity/Userland/Libraries/LibLine
Ali Mohammad Pur 0f6654fef2 LibLine: Reset the suggestion page offset when finding the max length
Otherwise, something like shift+tab->tab->tab will mess up the page
contents (assuming that the max lengths in the pages are different).
2021-07-20 11:55:42 +04:30
..
CMakeLists.txt
Editor.cpp AK: Implement String::find_any_of() and StringView::find_any_of() 2021-07-02 21:54:21 +02:00
Editor.h LibLine: Recalculate the origin on resize 2021-06-23 19:04:08 +02:00
InternalFunctions.cpp
KeyCallbackMachine.cpp
KeyCallbackMachine.h
Span.h
StringMetrics.h
Style.h
SuggestionDisplay.h
SuggestionManager.cpp
SuggestionManager.h
VT.h
XtermSuggestionDisplay.cpp LibLine: Reset the suggestion page offset when finding the max length 2021-07-20 11:55:42 +04:30