diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2002-11-15 16:24:37 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2002-11-15 16:24:37 +0000 |
commit | 1b6f3b8cd3b440687e1a1a817487a76a82d636dd (patch) | |
tree | 4f6d03a6b391168acc7b78c24478ea12b666febe /japanese/kterm/files/patch-af | |
parent | Update to 0.10.4, and fix build with GNOME 2.0.x. (diff) |
Support termcap "ec"(erase_chars).
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
Notes
Notes:
svn path=/head/; revision=70164
Diffstat (limited to 'japanese/kterm/files/patch-af')
-rw-r--r-- | japanese/kterm/files/patch-af | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/japanese/kterm/files/patch-af b/japanese/kterm/files/patch-af new file mode 100644 index 000000000000..643bedfb81fc --- /dev/null +++ b/japanese/kterm/files/patch-af @@ -0,0 +1,7 @@ +--- 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 |