VT100TerminalView.st
changeset 4305 6be463447aa6
parent 4303 fdc31f138ba3
child 4320 93def4b90865
--- 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 $'
 ! !