bool commands_register(struct CommandArray *ca, const struct Command *cmds)
Add commands to Commands array.
Convenience wrapper for the core headers.
Set up the extended keys.
const struct Module ModuleKey
Module for the Key library.
void km_cleanup(struct KeyModuleData *mod_data)
Free the key maps.
void km_init(struct KeyModuleData *mod_data)
Initialise all the menu keybindings.
void km_set_abort_key(keycode_t *abort_key)
Parse the abort_key config string.
const struct Command KeyCommands[]
All the registered Menus - moved to KeyModuleData All the registered SubMenus - moved to KeyModuleDat...
static bool key_gui_init(struct NeoMutt *n)
Initialise the GUI - Implements Module::gui_init()
static bool key_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static void key_gui_cleanup(struct NeoMutt *n)
Clean up the GUI - Implements Module::gui_cleanup()
static bool key_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool key_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_KEY
ModuleKey, Key mappings
Convenience wrapper for the library headers.
struct Notify * notify_new(void)
Create a new notifications handler.
void notify_set_parent(struct Notify *notify, struct Notify *parent)
Set the parent notification handler.
void notify_free(struct Notify **ptr)
Free a notification handler.
void neomutt_set_module_data(struct NeoMutt *n, enum ModuleId id, void *data)
Set the private data for a Module.
void * neomutt_get_module_data(struct NeoMutt *n, enum ModuleId id)
Get the private data for a Module.
keycode_t abort_key
Key to abort prompts, normally Ctrl-G.
struct Notify * notify
Notifications.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.