TerminalView.st
changeset 916 d9626e722c21
parent 915 f2c934efc4da
child 917 f9dd2e4b9bce
--- a/TerminalView.st	Tue Jun 09 15:51:55 1998 +0200
+++ b/TerminalView.st	Tue Jun 09 15:52:15 1998 +0200
@@ -11,9 +11,10 @@
 
 documentation
 "
-    I handle terminal excapes - as in a VT52 terminal.
-    Keyboard input is sent to outStream; input is processed
-    from inStream.
+    I provide terminal functionality, by forking a command interpreter
+    and comunicating with it via a pty.
+    I am abstract - concrete terminal characteristics are defined
+    by concrete subclasses (see VT52TerminalView).
 
     [author:]
         Claus Gittinger
@@ -522,5 +523,5 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.2 1998-06-09 13:51:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.3 1998-06-09 13:52:07 cg Exp $'
 ! !