mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Utilities/js: Make it possible to exit via two consecutive ^C's
Apparently this is common in the js repl world. Fixes #743.
This commit is contained in:
parent
a6ebd100ec
commit
d3f089dc26
Notes:
github-actions[bot]
2024-07-27 10:50:38 +00:00
Author: https://github.com/alimpfard
Commit: d3f089dc26
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/839
Reviewed-by: https://github.com/kemzeb ✅
5 changed files with 18 additions and 12 deletions
|
@ -15,10 +15,6 @@
|
|||
#include <sys/wait.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace {
|
||||
constexpr u32 ctrl(char c) { return c & 0x3f; }
|
||||
}
|
||||
|
||||
namespace Line {
|
||||
|
||||
Function<bool(Editor&)> Editor::find_internal_function(StringView name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue