1b6f3b8cd3
This fixed scroll-and-wipe-screen problem, for example, using /usr/bin/vi(4.x-RELEASE). # There is "ec" directive in "kterm" termcap. # But, kterm-6.2.0_4 or former does not support "ec"(erase_chars). PORTREVISION bumped. Pointed by: KFB03633@nifty.ne.jp
7 lines
217 B
Text
7 lines
217 B
Text
--- VTparse.h.orig Wed Nov 13 23:56:22 2002
|
|
+++ VTparse.h Wed Nov 13 01:07:07 2002
|
|
@@ -118,3 +118,4 @@
|
|
#define CASE_SCS_STATE 77
|
|
#define CASE_GSET_VERSION_STATE 78
|
|
#define CASE_GSET_VERSION 79
|
|
+#define CASE_ECH 80
|