diff options
author | max <max@FreeBSD.org> | 1997-01-08 17:15:34 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-08 17:15:34 +0800 |
commit | 6c9b3a2f193fda5f2894a9f57af60df984fc5c9f (patch) | |
tree | 7f1dd19bb6e6ec4ea7867db90345c96bb6f8f298 /japanese/elvis | |
parent | 438b34411e977575c90ee216284f7c22cd3832c8 (diff) | |
download | freebsd-ports-gnome-6c9b3a2f193fda5f2894a9f57af60df984fc5c9f.tar.gz freebsd-ports-gnome-6c9b3a2f193fda5f2894a9f57af60df984fc5c9f.tar.zst freebsd-ports-gnome-6c9b3a2f193fda5f2894a9f57af60df984fc5c9f.zip |
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.)
Diffstat (limited to 'japanese/elvis')
-rw-r--r-- | japanese/elvis/files/patch-ae | 11 |
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"; + |