Tomohiro KUBOTA <[EMAIL PROTECTED]> typed:
: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.

Thanks, done.

:Another bug is more complicated.  Sub menu is not displayed well.
:For example,

Just checked in a fix (1.49)

Index: menubar.c
===================================================================
RCS file: /cvsroot/rxvt/rxvt/src/menubar.c,v
retrieving revision 1.48
diff -u -r1.48 menubar.c
--- menubar.c   2001/02/22 06:24:09     1.48
+++ menubar.c   2001/03/31 06:57:14
@@ -2106,7 +2106,7 @@
                         : Width2Pixel(ActiveMenu->x));
 
            if (x >= item->entry.submenu.menu->x) {
-               ActiveMenu = item->entry.submenu.menu;
+               r->h->ActiveMenu = item->entry.submenu.menu;
                rxvt_menu_show(r);
                return 1;
            }

Regards,
-- 
Geoff Wing : <[EMAIL PROTECTED]>
Rxvt Stuff : <[EMAIL PROTECTED]>
Zsh Stuff  : <[EMAIL PROTECTED]>

Reply via email to