freebsd-ports/japanese/jvim3/files/patch-ab
Jun Kuriyama ea8e7984fa Japanized Vim-3.0 with {Canna, Canna+Wnn4, Canna+Wnn6, Wnn4, Wnn6 and
direct connection to Canna}.

PKGNAME of japanese/jvim3-direct_canna has 2 dashes like
"ja-jvim--direct_canna-3.0.1.3d", but "-direct_canna" is used for
specifying compiler option automagically.

PR:		ports/8115
Submitted by:	Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
1998-10-20 15:52:55 +00:00

12 lines
375 B
Text

--- 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);