I have two bugs of CVS version of Rxvt.
One is a tiny bug on the manpage. The 1st and 2nd parameters
for manpage()()()()() are opposite. Here is a patch.
--- cvs/doc/yodl/rxvt.yo Thu Mar 29 20:25:55 2001
+++ correctman/doc/yodl/rxvt.yo Sat Mar 31 15:01:17 2001
@@ -20,7 +20,7 @@
------------------------------------------------------------------------------)
COMMENT(----------------------------------------------------------------------)
-manpage(1)(RXVT)(RXVTDATE())(X Version 11)(X Tools)
+manpage(RXVT)(1)(RXVTDATE())(X Version 11)(X Tools)
manpagename(rxvt (ouR XVT))(a VT102 emulator for the X window system)
COMMENT(----------------------------------------------------------------------)
Another bug is more complicated. Sub menu is not displayed well.
For example,
(in /src dir)$ ./rxvt -menu ../doc/menu/terminal.menu
and I cannot have Terminal->Font->Larger menu item. I tested
this using 2000-01-01 CVS version of Rxvt and found that it
has the same problem. On the other hand, Rxvt-2.6 series
doesn't have this problem.
Sorry I cannot supply a patch to fix this.
---
Tomohiro KUBOTA <[EMAIL PROTECTED]>
http://surfchem0.riken.go.jp/~kubota/
"Introduction to I18N"
http://www.debian.org/doc/manuals/intro-i18n/