class: VT100TerminalView
authorClaus Gittinger <cg@exept.de>
Wed, 24 Jul 2013 21:58:50 +0200
changeset 4305 6be463447aa6
parent 4304 c1ac9271223b
child 4306 45518d433737
class: VT100TerminalView changed: #colorAtIndex:bright:
VT100TerminalView.st
--- a/VT100TerminalView.st	Wed Jul 24 21:33:04 2013 +0200
+++ b/VT100TerminalView.st	Wed Jul 24 21:58:50 2013 +0200
@@ -168,7 +168,7 @@
     ).
 
     ^ Color 
-        perform: #'redbyte:greenByte:blueByte:' 
+        perform: #'redByte:greenByte:blueByte:' 
         withArguments:(rgb at:(idx + (bright ifTrue:[8] ifFalse:[0]))).
 !
 
@@ -1272,10 +1272,10 @@
 !VT100TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.57 2013-07-24 13:49:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.58 2013-07-24 19:58:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.57 2013-07-24 13:49:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.58 2013-07-24 19:58:50 cg Exp $'
 ! !