Skip to content
Snippets Groups Projects
Commit 870570c2 authored by echicken's avatar echicken
Browse files

More underping.

parent f9002aeb
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ function printAnsi(ansi, slideshow, ansiName) {
lastPrint = system.timer;
}
if(retval == 1) {
console.putmsg("\1h\1w[\1c" + ansiName + " \1w - \1c Press any key to continue\1w]");
console.putmsg(ascii(27) + "[1;37;40m[\1c" + ansiName + " \1w - \1c Press any key to continue\1w]");
console.getkey(K_NOECHO|K_NOCRLF);
}
return retval;
......
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