#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:47:39 +0200
changeset 19085 906ee66d702e
parent 19084 9921dbc44880
child 19086 42dc8d271fe9
#OTHER by exept use allRed and allGray
TerminalApplication.st
--- a/TerminalApplication.st	Fri Aug 30 10:47:33 2019 +0200
+++ b/TerminalApplication.st	Fri Aug 30 10:47:39 2019 +0200
@@ -600,7 +600,7 @@
     "/ vt backgroundColor:(Color red).
     aView 
         cr; 
-        nextPutLine:('>> shell terminated.' allBold withColor:Color red).
+        nextPutLine:('>> shell terminated.' allBold allRed).
 
     "Modified: / 13-03-2019 / 22:06:31 / Claus Gittinger"
 ! !