ladybird/Userland/Libraries/LibLine
Ali Mohammad Pur 24a7df9b09 LibLine: Move the cursor to the beginning of the final line after ^C
We previously left it at the end of the final line, which caused the
next prompt to start offset to the right:
    |$ foo^C
    |  $
This commit makes LibLine move to the beginning of that line,
making it so the next prompt shows up at the beginning of the line:
    |$ foo^C
    |$
2023-12-01 20:18:50 +03:30
..
CMakeLists.txt
Editor.cpp LibLine: Move the cursor to the beginning of the final line after ^C 2023-12-01 20:18:50 +03:30
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 AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
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