+TOD: closing all shells on rxvtd might leave the last shell as zombie?
TODO: harmonize --dsiable-options into position-dependent options.
TODO: after requesting the selection and getting a timeout, no further requests will be sent.
TODO: do font request caching, might help rxvtd on some machines
WISH: tabbed windows (hey, just use screen...)
WISH: just for fun, do shade and tint with XRender.
+ - fix a bug in the menu code of unknown impatc, found by darix.
+
5.8 Tue Oct 25 22:21:45 CEST 2005
- INCOMPATIBLE CHANGE: many configure options are now on by default.
If you want the old behaviour, try:
else
BuildMenu = menu;
}
+
if (BuildMenu != NULL)
{
if (name == NULL || name[0] == '\0')
{
const char *n1;
menuitem_t *item;
- menu_t *BuildMenu = BuildMenu;
n1 = strcmp (name, SEPARATOR_NAME) ? name : "";
item = rxvt_menuitem_find (BuildMenu, n1);
}
}
}
+
menubar_expose ();
}
break;