NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
KeyModuleData Struct Reference

Key private Module data. More...

#include "module_data.h"

+ Collaboration diagram for KeyModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct KeyEventArray macro_events
 Macro event buffer.
 
struct KeyEventArray unget_key_events
 Unget key event buffer.
 
keycode_t abort_key
 Key to abort prompts, normally Ctrl-G.
 
struct MenuDefinitionArray menu_defs
 All registered Menus.
 
struct SubMenuArray sub_menus
 All registered SubMenus.
 
struct Mappingkey_names
 Key name lookup table.
 

Detailed Description

Key private Module data.

Definition at line 33 of file module_data.h.

Field Documentation

◆ notify

struct Notify* KeyModuleData::notify

Notifications.

Definition at line 35 of file module_data.h.

◆ macro_events

struct KeyEventArray KeyModuleData::macro_events

Macro event buffer.

Definition at line 36 of file module_data.h.

◆ unget_key_events

struct KeyEventArray KeyModuleData::unget_key_events

Unget key event buffer.

Definition at line 37 of file module_data.h.

◆ abort_key

keycode_t KeyModuleData::abort_key

Key to abort prompts, normally Ctrl-G.

Definition at line 38 of file module_data.h.

◆ menu_defs

struct MenuDefinitionArray KeyModuleData::menu_defs

All registered Menus.

Definition at line 39 of file module_data.h.

◆ sub_menus

struct SubMenuArray KeyModuleData::sub_menus

All registered SubMenus.

Definition at line 40 of file module_data.h.

◆ key_names

struct Mapping* KeyModuleData::key_names

Key name lookup table.

Definition at line 41 of file module_data.h.


The documentation for this struct was generated from the following file: