Hi,
I checked out from anon-cvs yesterday, then rxvt has been behaved in
strange way. An ascii characters are drawn fine, but mb characters
(kanji) and any characters following those are drawn with random
colors (both foreground and background).
So, I tried some older revision and found to work fine revision on
July 1. Then current also works fine for me with following patch.
# These two lines have been deleted in rev 1.215.
--- screen.c 2001/08/01 07:24:06 1.1.1.2
+++ screen.c 2001/08/02 09:05:31
@@ -1955,6 +1955,9 @@
}
buffer = h->buffer;
+ gcvalue.foreground = r->PixColors[Color_fg];
+ gcvalue.background = r->PixColors[Color_bg];
row_offset = r->TermWin.saveLines - r->TermWin.view_start;
/*
* always go back to the base font - it's much safer
Thanks.
--------
Kazutoshi Kubota <[EMAIL PROTECTED]>
PGP-Public-Key:
http://pgp.nic.ad.jp:11371/pks/lookup?op=get&search=0x1F8054A8