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
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,7 @@ function sort_by_name(a, b) ...@@ -82,6 +82,7 @@ function sort_by_name(a, b)
function exec_xtrn(prog) function exec_xtrn(prog)
{ {
console.attributes = LIGHTGRAY;
if(options.clear_screen_on_exec) if(options.clear_screen_on_exec)
console.clear(); console.clear();
if(options.eval_before_exec) 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