ports/japanese/jvim3/files/patch-src-term.c
Hiroki Sato cd7d8d3dc4 - Update to 3.0.j2.1b.
- Use OPTIONS_RADIO for Japanese FEP selection.
- Fix build when CC is defined.
- Respect CFLAGS.
- Rename MACHINE and TARGET in Makefile.
- Mark MAKE_JOBS_SAFE=yes.
2013-05-03 18:57:53 +00:00

12 lines
375 B
C

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