diff options
author | gildea <empty> | 1991-02-06 16:00:15 +0000 |
---|---|---|
committer | gildea <empty> | 1991-02-06 16:00:15 +0000 |
commit | 6c20a083d5f344c1d332da55743cd455f31a6d93 (patch) | |
tree | 4b5227d82ac726e54dab11f34d763b9c26c87cc4 /xc/programs/xterm/main.h | |
parent | e3141bda79d9684ac2158740965e61fddfb39cff (diff) |
default bold font is none so overstriking works
close XBUG #3212
Diffstat (limited to 'xc/programs/xterm/main.h')
-rw-r--r-- | xc/programs/xterm/main.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/xc/programs/xterm/main.h b/xc/programs/xterm/main.h index eab914f4e..aab52cb2d 100644 --- a/xc/programs/xterm/main.h +++ b/xc/programs/xterm/main.h @@ -1,8 +1,7 @@ /* - * $XConsortium: main.h,v 1.3 88/09/06 17:08:12 jim Exp $ + * $XConsortium: main.h,v 1.4 91/01/06 12:47:57 rws Exp $ */ - /* * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. * @@ -26,9 +25,7 @@ * SOFTWARE. */ -/* @(#)main.h\tX10/6.6\t11/10/86 */ - -#define DEFBOLDFONT "fixed" +#define DEFFONT "fixed" +#define DEFBOLDFONT NULL /* no bold font uses overstriking */ #define DEFBORDER 2 #define DEFBORDERWIDTH 2 -#define DEFFONT "fixed" |