mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
d7d847c8c6
If the 'on_paste' callback is set, LibLine will buffer the pasted data and pass it over to the embedder to use as it pleases; in practice, this means that the users of LibLine can now escape or otherwise handle pasted data without the incremental codepoint-by-codepoint buildup. |
||
---|---|---|
.. | ||
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 |