ladybird/Userland/Libraries/LibLine
Ali Mohammad Pur e1e04884b9 LibLine: Handle any errors propagated through refresh_display()
This can only realistically happen when the terminal no longer exists,
so quitting with an error here is the better solution as the application
will soon be killed anyway.
Fixes #19742.
Fixes #19017.
2023-07-03 19:07:33 +03:30
..
CMakeLists.txt
Editor.cpp LibLine: Handle any errors propagated through refresh_display() 2023-07-03 19:07:33 +03:30
Editor.h LibLine: Unify history reading, prefer File over DeprecatedFile 2023-05-27 07:16:01 +02:00
InternalFunctions.cpp AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2023-03-13 15:16:20 +00:00
KeyCallbackMachine.cpp
KeyCallbackMachine.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Span.h
StringMetrics.h
Style.h Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
SuggestionDisplay.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
SuggestionManager.cpp LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
SuggestionManager.h LibLine: Do a whole bunch of internal error propagation 2023-01-16 21:04:48 +00:00
VT.h Everywhere: Remove the AK:: qualifier from Stream usages 2023-02-13 00:50:07 +00:00
XtermSuggestionDisplay.cpp Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00