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

Reset to attributes to normal (lightgray, black bg) before executing xtrns

parent 6379674d
Branches
Tags
No related merge requests found
......@@ -82,6 +82,7 @@ function sort_by_name(a, b)
function exec_xtrn(prog)
{
console.attributes = LIGHTGRAY;
if(options.clear_screen_on_exec)
console.clear();
if(options.eval_before_exec)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment