diff options
Diffstat (limited to 'japanese/rxvt/files/patch-an')
-rw-r--r-- | japanese/rxvt/files/patch-an | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/rxvt/files/patch-an b/japanese/rxvt/files/patch-an new file mode 100644 index 000000000000..99717ab6a02d --- /dev/null +++ b/japanese/rxvt/files/patch-an @@ -0,0 +1,19 @@ +*** src/rxvt.h.orig Sat Dec 18 16:41:47 1999 +--- src/rxvt.h Tue Jan 11 20:59:24 2000 +*************** +*** 247,253 **** + # define COLORTERMENVFULL COLORTERMENV + #endif + #ifndef TERMENV +! # ifdef KANJI + # define TERMENV "kterm" + # else + # define TERMENV "xterm" +--- 247,253 ---- + # define COLORTERMENVFULL COLORTERMENV + #endif + #ifndef TERMENV +! # if MULTICHAR_ENCODING == EUCJ || MULTICHAR_ENCODING == SJIS + # define TERMENV "kterm" + # else + # define TERMENV "xterm" |