Skip to content
Snippets Groups Projects
Commit 8757b7fe authored by deuce's avatar deuce
Browse files

Add CTRL-N to ctrlkey passthru and remove CTRL-O.

parent 088ecc2c
No related branches found
No related tags found
No related merge requests found
......@@ -1871,7 +1871,7 @@ else {
bbs.sys_status&=~SS_PAUSEON;
bbs.sys_status|=SS_PAUSEOFF;
var oldpass=console.ctrlkey_passthru;
console.ctrlkey_passthru="+ACGKLOPQRTUVWXYZ_";
console.ctrlkey_passthru="+ACGKLNPQRTUVWXYZ_";
/* Enable delete line in SyncTERM (Disabling ANSI Music in the process) */
console.write("\033[=1M");
console.clear();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment