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

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

parent f2cd3bfe
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #136 passed
......@@ -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