VT100TerminalView.st
changeset 1418 32a6131b304b
parent 1361 04c4b21dfc74
child 1419 55972fc3268f
--- a/VT100TerminalView.st	Sat Jun 19 17:41:25 1999 +0200
+++ b/VT100TerminalView.st	Thu Jun 24 11:35:01 1999 +0200
@@ -39,10 +39,17 @@
 
 documentation
 "
-    VT100 terminal
+    A VT100 terminal emulator.
+    Most of the functionality is inherited from my superclass,
+    I redefine/specialize certain methods for VT100 escape sequences
+    and vt100 keyboard codes
 
     [start with:]
         VT100TerminalView openShell
+
+    [see also:]
+        VT52TerminalView
+        TelnetTool
 "
 
 
@@ -625,5 +632,5 @@
 !VT100TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.28 1999-05-05 15:36:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.29 1999-06-24 09:35:01 cg Exp $'
 ! !