ladybird/Userland/Libraries/LibLine
ronak69 44a46aabeb LibLine: Refresh the line after case-change operations
Previously, case-change operations did not produce visible results.
As of now, setting `m_chars_touched_in_the_middle` to a non-zero value
results in refreshing the whole line. So case-change operations now set
that variable (causing a line refresh) in order to produce visible
results as expected.
2023-08-07 22:51:49 +03:30
..
CMakeLists.txt
Editor.cpp Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Editor.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
InternalFunctions.cpp LibLine: Refresh the line after case-change operations 2023-08-07 22:51:49 +03:30
KeyCallbackMachine.cpp
KeyCallbackMachine.h
Span.h
StringMetrics.h
Style.h
SuggestionDisplay.h
SuggestionManager.cpp
SuggestionManager.h
VT.h Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
XtermSuggestionDisplay.cpp