Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!dsinc!netnews.upenn.edu!grip.cis.upenn.edu!rpotter From: rpotter@grip.cis.upenn.edu (Robert Potter) Newsgroups: comp.windows.x Subject: xterm bug: overstriking for bold Message-ID: <29586@netnews.upenn.edu> Date: 14 Sep 90 23:13:14 GMT Sender: news@netnews.upenn.edu Distribution: na Organization: GRASP Lab Lines: 35 The xterm documentation states that if a bold font is not provided then overstriking will be used. This is not true. The problem is that a default bold font is "provided" by the C code. In order to get overstruck bold, you have to "un-provide" this font by putting something like xterm*boldFont: in your X resources. This patch fixes the problem: *** /X/mit/clients/xterm/main.h Mon Jan 8 18:40:14 1990 --- main.h Fri Sep 14 16:58:57 1990 *************** *** 30,36 **** /* @(#)main.h\tX10/6.6\t11/10/86 */ ! #define DEFBOLDFONT "fixed" #define DEFBORDER 2 #define DEFBORDERWIDTH 2 #define DEFFONT "fixed" --- 30,36 ---- /* @(#)main.h\tX10/6.6\t11/10/86 */ ! #define DEFBOLDFONT NULL #define DEFBORDER 2 #define DEFBORDERWIDTH 2 #define DEFFONT "fixed" -- Robert Potter (rpotter@grip.cis.upenn.edu) a.k.a (potter@cs.rochester.edu)