Skip to content
Snippets Groups Projects
Commit 310e85e1 authored by deuce's avatar deuce
Browse files

Set bbs.sys_status & SS_PAUSEOFF to avoid the hit a key prompts.

parent 280fbf5e
No related branches found
No related tags found
No related merge requests found
load("sbbsdefs.js");
js.global.dk_old_ctrlkey_passthru = console.ctrlkey_passthru;
js.on_exit("console.ctrlkey_passthru=js.global.dk_old_ctrlkey_passthru");
js.global.dk_old_pauseoff = bbs.sys_status & SS_PAUSEOFF;
js.on_exit("console.ctrlkey_passthru=js.global.dk_old_ctrlkey_passthru;bbs.sys_status=(bbs.sys_status &~ SS_PAUSEOFF)|js.global.dk_old_pauseoff");
console.ctrlkey_passthru=0x7fffffff; // Disable all parsing.
/*
......
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