23#ifndef MUTT_KEY_MODULE_DATA_H
24#define MUTT_KEY_MODULE_DATA_H
short keycode_t
Type for key storage, the rest of neomutt works fine with int type.
struct KeyEventArray macro_events
Macro event buffer.
keycode_t abort_key
Key to abort prompts, normally Ctrl-G.
struct MenuDefinitionArray menu_defs
All registered Menus.
struct Mapping * key_names
Key name lookup table.
struct Notify * notify
Notifications.
struct SubMenuArray sub_menus
All registered SubMenus.
struct KeyEventArray unget_key_events
Unget key event buffer.
Mapping between user-readable string and a constant.