mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Add Ctrl-W support for REPL
This commit is contained in:
parent
9a618ed426
commit
b1dc19c4f7
2 changed files with 1 additions and 0 deletions
BIN
gen/repl.c
BIN
gen/repl.c
Binary file not shown.
1
repl.js
1
repl.js
|
@ -783,6 +783,7 @@ import * as bjson from "bjson";
|
|||
"\x12": alert, /* ^R - reverse-search */
|
||||
"\x13": alert, /* ^S - search */
|
||||
"\x14": transpose_chars, /* ^T - transpose */
|
||||
"\x17": backward_kill_word, /* ^W - backward_kill_word */
|
||||
"\x18": reset, /* ^X - cancel */
|
||||
"\x19": yank, /* ^Y - yank */
|
||||
"\x1bOA": previous_history, /* ^[OA - up */
|
||||
|
|
Loading…
Reference in a new issue