Mark Schreiber <[EMAIL PROTECTED]> typed: :Is www.rxvt.org down, or is it just some oddity at my end?
The machine's going OK but the web service is down (until �zg�r has time to reset the web process and see why it hung) :*** :Also, with rxvt 2.7.8, the bold font does not change size with the :following X resources set: :rxvt*font: fixed :rxvt*boldFont: fixed :(may seem a bit unusual, but I really don't like bold characters in my :terminal font -- bright colors are good enough) Your best option at the moment would be to uncomment NO_BOLDOVERSTRIKE in src/feature.h and recompile. Then you could remove the *boldFont resource and the bold font will follow the main font. The real problem is that while you might have compiled support for, say, seven main fonts (and possibly seven multichar fonts), there's only one bold font. Pressing shift-KP+/- will use the other default main fonts but still stick with specified bold font. :Then scale the font using Shift-KP+. If a boldFont is specified, :that font does not scale along with the non-bold font. :If I scale *down* the font by a notch from its normal size with :Shift-KP-, the bold font becomes fixed-bold. When you decreased the main font size below that of the bold font, it decided it couldn't use the bold font anymore and used the main font in overstrike mode. Regards, -- Geoff Wing : <[EMAIL PROTECTED]> Rxvt Stuff : <[EMAIL PROTECTED]> Zsh Stuff : <[EMAIL PROTECTED]>
