Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 06:53:38 -0700 (PDT)
From:      taoka@infonets.hiroshima-u.ac.jp
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/8049: bugfix japanese/jvim
Message-ID:  <199809251353.GAA04556@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         8049
>Category:       ports
>Synopsis:       bugfix japanese/jvim
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 25 07:00:01 PDT 1998
>Last-Modified:
>Originator:     Satoshi Taoka
>Organization:
Hiroshima Univ. in Japan
>Release:        3.0-19980921-BETA
>Environment:
>Description:
This is a patch(japanese/jvim/patches/patch-ac) for
a trouble in visual mode.
>How-To-Repeat:

>Fix:
--- src/term.c.orig	Fri Jun 30 12:32:40 1995
+++ src/term.c	Thu Aug 27 18:02:42 1998
@@ -176,7 +176,9 @@
 			T_DL = tgetstr("dl", &tp);
 			T_CDL = tgetstr("DL", &tp);
 			T_ED = tgetstr("cl", &tp);
+#ifndef __FreeBSD__ /* by Satoshi TAOKA */
 			T_CI = tgetstr("vi", &tp);
+#endif
 			T_CV = tgetstr("ve", &tp);
 			T_TP = tgetstr("me", &tp);
 			T_TI = tgetstr("mr", &tp);

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809251353.GAA04556>