Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 1997 16:15:35 +0900 (JST)
From:      sanpei@yy.cs.keio.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/2417: updated jp-elvis
Message-ID:  <199701080715.QAA13006@lavender.yy.cs.keio.ac.jp>
Resent-Message-ID: <199701080720.XAA18626@freefall.freebsd.org>

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

>Number:         2417
>Category:       ports
>Synopsis:       updated jp-elvis
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  7 23:20:01 PST 1997
>Last-Modified:
>Originator:     MIHIRA Yoshiro
>Organization:
Keio Univ. Japan
>Release:        FreeBSD 2.2-961014-SNAP i386
>Environment:

>Description:

  KanjiIn code in jp-elvis was miss-match to jp-kterm.
  So I change kanjiIn code.

Thank you

jp-elvis MAINTAINER
sanpei@yy.cs.keio.ac.jp

>How-To-Repeat:

>Fix:

Apply this patch to ports tree:

diff -urN elvis.bak/patches/patch-ae elvis/patches/patch-ae
--- elvis.bak/patches/patch-ae	Thu Jan  1 09:00:00 1970
+++ elvis/patches/patch-ae	Wed Jan  8 16:00:18 1997
@@ -0,0 +1,11 @@
+--- kanji.c.org	Wed Jan  8 15:51:20 1997
++++ kanji.c	Wed Jan  8 15:51:31 1997
+@@ -403,7 +403,7 @@
+  */
+ 
+ /* specify escape sequence for output here */
+-static	char	*kanjiIn	= "\033$@";
++static	char	*kanjiIn	= "\033$B";
+ static	char	*jisankIn	= "\033(J";
+ static	char	*asciiIn	= "\033(B";
+ 
>Audit-Trail:
>Unformatted:



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