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

Add a blank line before pause

parent b99e6f3f
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ function main() { ...@@ -9,6 +9,7 @@ function main() {
const attr = console.attributes; const attr = console.attributes;
console.clear(BG_BLACK|LIGHTGRAY); console.clear(BG_BLACK|LIGHTGRAY);
console.putmsg(ansi, P_UTF8); console.putmsg(ansi, P_UTF8);
console.crlf();
console.pause(); console.pause();
console.attributes = attr; console.attributes = attr;
} }
......
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