diff --git a/src/menu.c b/src/menu.c index 55fb20c..de122fc 100644 --- a/src/menu.c +++ b/src/menu.c @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.48 2004/09/12 22:12:01 stpohle Exp $ +/* $Id: menu.c,v 1.49 2004/09/13 22:04:24 stpohle Exp $ * Menuhandling */ #include "basic.h" @@ -44,6 +44,7 @@ menu_new (char *title, int x, int y) menu->oldscreen = gfx_copyscreen (&menu->oldscreenpos); menu->focus = NULL; menu->looprunning = 0; + menu->focusto = MENU_FOCUSVIS_BLINKTO; menu->oldkey = 1;