ok, and now really fix it :-P
This commit is contained in:
parent
459add7acb
commit
77480233a6
1 changed files with 3 additions and 1 deletions
|
@ -380,6 +380,8 @@ var setcolors = func(enabled) {
|
||||||
#
|
#
|
||||||
var color = func nil;
|
var color = func nil;
|
||||||
setcolors(getprop("/sim/startup/terminal-ansi-colors"));
|
setcolors(getprop("/sim/startup/terminal-ansi-colors"));
|
||||||
_setlistener("/sim/startup/terminal-ansi-colors", func(n) setcolors(n.getBoolValue()));
|
_setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||||
|
setlistener("/sim/startup/terminal-ansi-colors", func(n) setcolors(n.getBoolValue()));
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue