TerminalView.st
changeset 4596 dc86ba455936
parent 4595 b6bca31ea81b
child 4597 c0c195dcf0c1
--- a/TerminalView.st	Sun Jun 01 17:40:40 2014 +0200
+++ b/TerminalView.st	Sun Jun 01 17:41:38 2014 +0200
@@ -691,6 +691,7 @@
         Transcript showCR:'----'; show:'keyPress:' ; showCR:aKey printString.
     ].
     lineEditMode == true ifTrue:[
+        "/ TODO: check if tty is in raw mode - then ignore lineEditMode
         (self keyPressInLineEditMode:aKey) ifTrue:[^ self].
     ].
 
@@ -2416,11 +2417,11 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.178 2014-06-01 15:40:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.179 2014-06-01 15:41:38 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.178 2014-06-01 15:40:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.179 2014-06-01 15:41:38 cg Exp $'
 ! !