VT100TerminalView.st
changeset 939 54698a16b65c
parent 937 9823aad16498
child 941 137464350e42
--- a/VT100TerminalView.st	Wed Jun 10 20:48:10 1998 +0200
+++ b/VT100TerminalView.st	Wed Jun 10 20:48:15 1998 +0200
@@ -304,7 +304,7 @@
             state := 3.
             ^ self
         ].
-        self doNothing
+        ^ self doNothing
     ].
 
     state == 3 ifTrue:[
@@ -327,12 +327,12 @@
             (parameters at: 1) = 7 ifTrue: [self autoMargin: true].
             ^ self doNothing
         ].
-        ^self doNothing
+        ^ self doNothing
     ].
 
     self doNothing
 
-    "Modified: / 10.6.1998 / 20:01:13 / cg"
+    "Modified: / 10.6.1998 / 20:46:08 / cg"
 ! !
 
 !VT100TerminalView methodsFor:'queries'!
@@ -346,5 +346,5 @@
 !VT100TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.7 1998-06-10 18:06:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.8 1998-06-10 18:48:15 cg Exp $'
 ! !