diff options
Diffstat (limited to 'japanese/jvim3/files/patch-ab')
-rw-r--r-- | japanese/jvim3/files/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/japanese/jvim3/files/patch-ab b/japanese/jvim3/files/patch-ab new file mode 100644 index 000000000000..80b26435c0ce --- /dev/null +++ b/japanese/jvim3/files/patch-ab @@ -0,0 +1,12 @@ +--- src/term.c.~1~ Thu Sep 17 11:58:38 1998 ++++ src/term.c Fri Sep 18 09:26:33 1998 +@@ -207,7 +207,9 @@ + T_CDL = TGETSTR("DL", &tp); + T_CS = TGETSTR("cs", &tp); + T_ED = TGETSTR("cl", &tp); ++#ifndef __FreeBSD__ /* by Satoshi TAOKA */ + T_CI = TGETSTR("vi", &tp); ++#endif + T_CV = TGETSTR("ve", &tp); + T_CVV = TGETSTR("vs", &tp); + T_TP = TGETSTR("me", &tp); |