ladybird/Libraries/LibLine
AnotherTest a9cee8ee02 Shell+LibLine: Record the input offset of completions
This makes the completion entry retain information about how much of the
suggestion was part of the string that caused the match.
2020-10-04 23:12:28 +02:00
..
CMakeLists.txt LibLine: Make (almost) all key actions configurable 2020-08-18 12:07:32 +02:00
Editor.cpp LibLine: Implement ctrl-del: It does the same thing as alt-d, delete-word 2020-09-15 09:45:13 +02:00
Editor.h LibLine: Add a setter for the cursor position 2020-09-26 21:28:35 +02:00
InternalFunctions.cpp LibLine: Make ^R search match the input anywhere in a given line 2020-09-07 11:42:56 +02:00
Span.h
StringMetrics.h
Style.h
SuggestionDisplay.h
SuggestionManager.cpp
SuggestionManager.h Shell+LibLine: Record the input offset of completions 2020-10-04 23:12:28 +02:00
VT.h
XtermSuggestionDisplay.cpp LibLine: Only write to the standard error 2020-08-09 21:50:33 +02:00