class: TerminalView
authorStefan Vogel <sv@exept.de>
Wed, 26 Jun 2013 10:22:07 +0200
changeset 4254 d23ea3d7d7fa
parent 4253 85c181bb2c96
child 4255 c36b7c3e03e8
class: TerminalView comment/format in: #openOnCommand:onExit:
TerminalView.st
--- a/TerminalView.st	Wed Jun 26 10:20:52 2013 +0200
+++ b/TerminalView.st	Wed Jun 26 10:22:07 2013 +0200
@@ -237,7 +237,7 @@
      (i.e. this is kind of an xterm).
      When the command finishes, evaluate aBlock."
 
-    |in top scr vt|
+    |top scr vt|
 
     top := StandardSystemView new.
     scr := ScrollableView for:self in:top.
@@ -2005,11 +2005,11 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.138 2013-06-25 22:23:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.139 2013-06-26 08:22:07 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.138 2013-06-25 22:23:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.139 2013-06-26 08:22:07 stefan Exp $'
 ! !