ladybird/Userland/Libraries/LibLine
AnotherTest fb80d5adda LibLine: Check the terminal size at the start of get_line()
There are cases where the line editor could miss the WINCH signal
(e.g. in the shell, while another program is in the foreground),
This patch makes it so that LibLine notices the change in terminal size
in such cases.
2021-04-17 22:10:35 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp LibLine: Check the terminal size at the start of get_line() 2021-04-17 22:10:35 +02:00
Editor.h LibLine: Add support for ^X^E 2021-04-17 22:10:35 +02:00
InternalFunctions.cpp LibLine: Add support for ^X^E 2021-04-17 22:10:35 +02:00
KeyCallbackMachine.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +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 Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00