Skip to content
Snippets Groups Projects
Commit 1616c529 authored by echicken's avatar echicken :chicken:
Browse files

Reorg

parent 17b62d2e
No related branches found
No related tags found
No related merge requests found
...@@ -12,10 +12,10 @@ function init(): void { ...@@ -12,10 +12,10 @@ function init(): void {
js.on_exit(`bbs.sys_status = ${bbs.sys_status};`); js.on_exit(`bbs.sys_status = ${bbs.sys_status};`);
js.on_exit(`console.attributes = ${console.attributes};`); js.on_exit(`console.attributes = ${console.attributes};`);
js.on_exit(`console.ctrlkey_passthru = ${console.ctrlkey_passthru};`); js.on_exit(`console.ctrlkey_passthru = ${console.ctrlkey_passthru};`);
js.on_exit(`windowManager.showCursor();`);
js.on_exit('console.home();'); js.on_exit('console.home();');
js.on_exit('console.write("\x1B[0;37;40m")'); js.on_exit('console.write("\x1B[0;37;40m")');
js.on_exit('console.write("\x1B[2J")'); js.on_exit('console.write("\x1B[2J")');
js.on_exit('console.write("\x1B[?25h");');
js.time_limit = 0; js.time_limit = 0;
bbs.sys_status |= sbbsdefs.SS_MOFF; bbs.sys_status |= sbbsdefs.SS_MOFF;
console.ctrlkey_passthru = "+UPKTG"; console.ctrlkey_passthru = "+UPKTG";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment