Skip to content
Snippets Groups Projects
Commit 0886bf3e authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Clear the last line (not the entire screen) when exiting.

parent 78fd5c9a
No related branches found
No related tags found
No related merge requests found
......@@ -106,4 +106,5 @@ while (!js.terminated) {
}
frame.close();
console.clear(BG_BLACK|LIGHTGRAY);
console.creturn();
console.cleartoeol();
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