NeoMutt
2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
module_data.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_MENU_MODULE_DATA_H
24
#define MUTT_MENU_MODULE_DATA_H
25
26
#include "
type.h
"
27
31
struct
MenuModuleData
32
{
33
struct
Notify
*
notify
;
34
char
*
search_buffers
[
MENU_MAX
];
35
};
36
37
#endif
/* MUTT_MENU_MODULE_DATA_H */
MenuModuleData
Menu private Module data.
Definition
module_data.h:32
MenuModuleData::search_buffers
char * search_buffers[MENU_MAX]
Previous search string, one for each MenuType.
Definition
module_data.h:34
MenuModuleData::notify
struct Notify * notify
Notifications.
Definition
module_data.h:33
Notify
Notification API.
Definition
notify.c:53
type.h
Menu types.
MENU_MAX
@ MENU_MAX
Definition
type.h:52