summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 09:15:34 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-08 09:15:34 +0000
commit1b6bbb813b2743dd7361c5da7fba70c41f254233 (patch)
treefe3699ed4030e8372dc4fffd820c370d2b473a2a
parenthad become out of sync with reality (diff)
New patch:
Change the kanji-in code from ESC $@ -> ESC $B as it was mismatching with kterm. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2417.)
Notes
Notes: svn path=/head/; revision=5262
-rw-r--r--japanese/elvis/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/elvis/files/patch-ae b/japanese/elvis/files/patch-ae
new file mode 100644
index 000000000000..3078bbe0b5d8
--- /dev/null
+++ b/japanese/elvis/files/patch-ae
@@ -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";
+