Skip to content
Snippets Groups Projects
Commit 6ac49772 authored by echicken's avatar echicken
Browse files

Clear the console after storing the current attributes

parent 0a7b03f7
Branches
Tags
No related merge requests found
...@@ -500,10 +500,10 @@ function MainMenu(parent_frame) { ...@@ -500,10 +500,10 @@ function MainMenu(parent_frame) {
var sys_status, console_attr; var sys_status, console_attr;
function init() { function init() {
console.clear(LIGHTGRAY);
sys_status = bbs.sys_status; sys_status = bbs.sys_status;
console_attr = console.attributes; console_attr = console.attributes;
bbs.sys_status|=SS_MOFF; bbs.sys_status|=SS_MOFF;
console.clear(LIGHTGRAY);
} }
function main() { function main() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment