From 631352fad5b9c23fb6b3b39cdbdaaba9a208a3e4 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 18 Jan 2000 08:29:19 +0000 Subject: [PATCH] Added those patches to fix Chinese(Big5) fonts. --- x11/rxvt/patches/patch-ad | 11 +++++++++++ x11/rxvt/patches/patch-ae | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 x11/rxvt/patches/patch-ad create mode 100644 x11/rxvt/patches/patch-ae diff --git a/x11/rxvt/patches/patch-ad b/x11/rxvt/patches/patch-ad new file mode 100644 index 00000000000..9e73d08666e --- /dev/null +++ b/x11/rxvt/patches/patch-ad @@ -0,0 +1,11 @@ +--- src/feature.h.orig Tue Jan 18 16:18:23 2000 ++++ src/feature.h Tue Jan 18 16:19:00 2000 +@@ -392,7 +392,7 @@ + */ + #define NFONTS 7 + #define FONT0_IDX 2 +-#define NFONT_LIST "7x14", "6x10", "6x13", "8x13", "8x16", "10x20", "12x24" ++#define NFONT_LIST "8x16", "6x10", "6x13", "8x13", "8x16", "10x20", "12x24" + #ifdef MULTICHAR_SET /* multichar glyph language support */ + # define MFONT_LIST NULL, NULL, NULL, NULL, NULL, NULL, NULL + #endif diff --git a/x11/rxvt/patches/patch-ae b/x11/rxvt/patches/patch-ae new file mode 100644 index 00000000000..424b2e3ded9 --- /dev/null +++ b/x11/rxvt/patches/patch-ae @@ -0,0 +1,11 @@ +--- src/main.c.orig Tue Jan 18 16:17:33 2000 ++++ src/main.c Tue Jan 18 16:18:08 2000 +@@ -1012,7 +1012,7 @@ + enc = "GB"; + break; + case BIG5: +- c = "-*-%.2d-*-big5*-*"; ++ c = "*16*big5*"; + enc = "BIG5"; + break; + case EUCJ: