diff options
Diffstat (limited to 'mu.arc')
-rw-r--r-- | mu.arc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mu.arc b/mu.arc index 8b7dd768..774c815e 100644 --- a/mu.arc +++ b/mu.arc @@ -392,7 +392,7 @@ non-bold-mode (do1 nil ($.charterm-normal)) console-on - (do1 nil (if ($.current-charterm) ($.open-charterm))) + (do1 nil (if (no ($.current-charterm)) ($.open-charterm))) console-off (do1 nil (if ($.current-charterm) ($.close-charterm))) @@ -601,7 +601,6 @@ (reset) (awhen cdr.argv (map add-fns:readfile it) - ($.open-charterm) (run 'main) (if ($.current-charterm) ($.close-charterm)) (prn memory*)) |