ladybird/Libraries/LibLine
Andreas Kling b9b7b2b28a LibCore: Make IODevice::read_line() return a String
Almost everyone using this API actually wanted String instead of a
ByteBuffer anyway, and there were a bunch of slightly different ways
clients would convert to String.

Let's just cut out all the confusion and make it return String. :^)
2020-12-13 11:54:11 +01:00
..
CMakeLists.txt LibLine: Support multi-character key callbacks 2020-10-22 23:49:51 +02:00
Editor.cpp LibCore: Make IODevice::read_line() return a String 2020-12-13 11:54:11 +01:00
Editor.h Shell+LibLine: Move Shell::{load,save}_history() to Line::Editor 2020-10-26 11:27:54 +01:00
InternalFunctions.cpp LibLine: Make ^R search match the input anywhere in a given line 2020-09-07 11:42:56 +02:00
KeyCallbackMachine.cpp LibLine: Support multi-character key callbacks 2020-10-22 23:49:51 +02:00
KeyCallbackMachine.h LibLine: Support multi-character key callbacks 2020-10-22 23:49:51 +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