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

Add a blank line before pause

parent abced859
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -9,6 +9,7 @@ function main() {
const attr = console.attributes;
console.clear(BG_BLACK|LIGHTGRAY);
console.putmsg(ansi, P_UTF8);
console.crlf();
console.pause();
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