TerminalView.st
changeset 1004 8742d3af41a4
parent 1000 879d9578e4b6
child 1005 816ee29d2de4
--- a/TerminalView.st	Wed Jul 22 16:52:49 1998 +0200
+++ b/TerminalView.st	Wed Jul 22 20:33:47 1998 +0200
@@ -205,6 +205,12 @@
 
     outStream := something.!
 
+readerProcess
+    "return the value of the instance variable 'readerProcess' (automatically generated)"
+
+    ^ readerProcess
+!
+
 shellTerminateAction:aBlock
     "set the block which is evaluated when the shell terminates.
      Can be used to close down the application in this case."
@@ -1111,5 +1117,5 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.48 1998-07-21 18:12:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.49 1998-07-22 18:33:47 tz Exp $'
 ! !