mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1b6bbb813b
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.)
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- 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";
|
|
|