1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00
serenity/Userland/Libraries/LibLine
AnotherTest d8a3285d78 LibLine: Move the search editor exactly after the last line
Previously, we'd always put it right after the prompt.
2021-02-21 09:01:00 +01:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp LibLine: Make clear_lines() work when only clearing the current line 2021-02-21 09:01:00 +01:00
Editor.h LibLine: Update the lazy refresh data and flags in some more places 2021-02-21 09:01:00 +01:00
InternalFunctions.cpp LibLine: Move the search editor exactly after the last line 2021-02-21 09:01:00 +01:00
KeyCallbackMachine.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
KeyCallbackMachine.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Span.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
StringMetrics.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Style.h LibLine: Avoid refreshing the entire line when inserting at the end 2021-02-20 22:28:23 +01:00
SuggestionDisplay.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SuggestionManager.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SuggestionManager.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
VT.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XtermSuggestionDisplay.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00