Re: Little Buglet in 3.5

From: Claude.Lecommandeur@epfl.ch
Date: Thu Jan 29 1998 - 14:29:42 CET


> Hi,
>
> the TwmAllWindows window doesn't display my Emacs "*scratch*" window
> correctly. It thinks the first "*" means that this is the default
> choice and displays "scratch*". The menu entry works fine, though.
>
> kai

  Right!

*** ctwm-3.5/menus.c Mon Nov 24 11:19:39 1997
--- ./menus.c Thu Jan 29 14:25:12 1998
***************
*** 1060,1065 ****
--- 1060,1068 ----
      }
      menu->last = tmp;
  
+ if ((menu == Scr->Workspaces) || (menu == Scr->Windows) || (menu == Scr->
AllWindows)) {
+ itemname = item;
+ } else
      if (*item == '*') {
        itemname = item + 1;
        menu->defaultitem = tmp;

   Claude.



This archive was generated by hypermail 2.1.2 : Sat Jun 22 2002 - 06:45:04 CEST