]> git.llucax.com Git - software/mutt-debian.git/blobdiff - mutt_menu.h
fixed sidebar and compress patches, Standards-Version bumped to 3.9.1, changelog...
[software/mutt-debian.git] / mutt_menu.h
index 49500bd22f1381311d730a88d7f7f2bf323ce68c..6ca70d79eabbde54b59e6666c6568330a5729ace 100644 (file)
@@ -75,11 +75,11 @@ typedef struct menu_t
   /* the following are used only by mutt_menuLoop() */
   int top;             /* entry that is the top of the current page */
   int oldcurrent;      /* for driver use only. */
   /* the following are used only by mutt_menuLoop() */
   int top;             /* entry that is the top of the current page */
   int oldcurrent;      /* for driver use only. */
-  char *searchBuf;     /* last search pattern */
   int searchDir;       /* direction of search */
   int tagged;          /* number of tagged entries */
 } MUTTMENU;
 
   int searchDir;       /* direction of search */
   int tagged;          /* number of tagged entries */
 } MUTTMENU;
 
+void mutt_menu_init (void);
 void menu_jump (MUTTMENU *);
 void menu_redraw_full (MUTTMENU *);
 void menu_redraw_index (MUTTMENU *);
 void menu_jump (MUTTMENU *);
 void menu_redraw_full (MUTTMENU *);
 void menu_redraw_index (MUTTMENU *);
@@ -104,7 +104,7 @@ void menu_current_bottom (MUTTMENU *);
 void menu_check_recenter (MUTTMENU *);
 void menu_status_line (char *, size_t, MUTTMENU *, const char *);
 
 void menu_check_recenter (MUTTMENU *);
 void menu_status_line (char *, size_t, MUTTMENU *, const char *);
 
-MUTTMENU *mutt_new_menu (void);
+MUTTMENU *mutt_new_menu (int);
 void mutt_menuDestroy (MUTTMENU **);
 int mutt_menuLoop (MUTTMENU *);
 
 void mutt_menuDestroy (MUTTMENU **);
 int mutt_menuLoop (MUTTMENU *);