diff options
Diffstat (limited to 'x11/hanterm/patches')
-rw-r--r-- | x11/hanterm/patches/patch-af | 24 | ||||
-rw-r--r-- | x11/hanterm/patches/patch-ag | 13 |
2 files changed, 37 insertions, 0 deletions
diff --git a/x11/hanterm/patches/patch-af b/x11/hanterm/patches/patch-af new file mode 100644 index 00000000000..68277432272 --- /dev/null +++ b/x11/hanterm/patches/patch-af @@ -0,0 +1,24 @@ +$NetBSD: patch-af,v 1.1 2002/11/02 14:06:02 junyoung Exp $ + +--- Hanterm.ad.orig Wed Jan 9 09:41:11 2002 ++++ Hanterm.ad Fri Nov 1 05:18:01 2002 +@@ -23,7 +23,7 @@ + + !!!!! Font Setting + !Hanterm*Font: -schumacher-clean-bold-r-normal--16-160-75-75-c-80-* +-!Hanterm*hangulFont: -kaist-iyagi-bold-r-normal--16-160-75-75-c-160-johabsh-1 ++!Hanterm*hangulFont: -daewoo-mincho-medium-r-normal--16-*-*-*-*-*-*-* + + Hanterm*SimpleMenu*BackingStore: NotUseful + Hanterm*SimpleMenu*menuLabel.font: -adobe-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-* +@@ -89,8 +89,8 @@ + ! Comment this not to use color for the bold attribute + Hanterm*VT100*colorBDMode: on + +-!Hanterm*foreground: white +-!Hanterm*background: black ++Hanterm*foreground: white ++Hanterm*background: black + + Hanterm*VT100*color0: black + Hanterm*VT100*color1: red3 diff --git a/x11/hanterm/patches/patch-ag b/x11/hanterm/patches/patch-ag new file mode 100644 index 00000000000..b911f701926 --- /dev/null +++ b/x11/hanterm/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2002/11/02 14:06:02 junyoung Exp $ + +--- main.h.orig Wed Jan 9 09:41:11 2002 ++++ main.h Fri Nov 1 05:11:36 2002 +@@ -26,7 +26,7 @@ + */ + + #define DEFFONT "-schumacher-clean-bold-r-normal--16-160-75-75-c-80-*" +-#define DEFHFONT "-kaist-iyagi-bold-r-normal--16-160-75-75-c-160-johabsh-1" ++#define DEFHFONT "-daewoo-mincho-medium-r-normal--16-*-*-*-*-*-*-*" + #define DEFBOLDFONT NULL /* no bold font uses overstriking */ + #define DEFBORDER 2 + #define DEFBORDERWIDTH 2 |