1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:38:11 +00:00
serenity/Userland/Libraries/LibLine
AnotherTest 6472e5239c LibLine: Update the lazy refresh data and flags in some more places
These were forgotten in the last LibLine commit, any changes to m_buffer
not going through insert() and remove_at_index() should also be updating
these.

Fixes #5440.
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: Update the lazy refresh data and flags in some more places 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: Update the lazy refresh data and flags in some more places 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