VT100TerminalView.st
changeset 1419 55972fc3268f
parent 1418 32a6131b304b
child 1420 7564d09aa1b2
--- a/VT100TerminalView.st	Thu Jun 24 11:35:01 1999 +0200
+++ b/VT100TerminalView.st	Thu Jun 24 11:37:07 1999 +0200
@@ -44,6 +44,10 @@
     I redefine/specialize certain methods for VT100 escape sequences
     and vt100 keyboard codes
 
+    BUGS:
+        VT100 wrapMode (at right margin) is not supported
+        this may lead to wrong display when a vi is started in a small window.
+
     [start with:]
         VT100TerminalView openShell
 
@@ -632,5 +636,5 @@
 !VT100TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.29 1999-06-24 09:35:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/VT100TerminalView.st,v 1.30 1999-06-24 09:37:07 cg Exp $'
 ! !