serenity/Userland/Libraries/LibLine
Ali Mohammad Pur ed5c5de25a Utilities/js: Make it possible to exit via two consecutive ^C's
Apparently this is common in the js repl world.
Fixes #743.

(cherry picked from commit d3f089dc268931e670ea6a00ac8bcb06ed9822e6)
2024-07-28 13:06:44 -04:00
..
CMakeLists.txt LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
Editor.cpp Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-28 13:06:44 -04:00
Editor.h Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-28 13:06:44 -04:00
InternalFunctions.cpp Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-28 13:06:44 -04:00
KeyCallbackMachine.cpp Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-28 13:06:44 -04:00
KeyCallbackMachine.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Span.h
StringMetrics.h LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
Style.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SuggestionDisplay.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
SuggestionManager.cpp LibLine: Avoid returning reference to cached suggestion 2023-12-22 10:59:56 +01:00
SuggestionManager.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
VT.h Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
XtermSuggestionDisplay.cpp Userland: Avoid some now-unneeded explicit conversions to Bytes 2024-04-04 11:23:21 +02:00