Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
KeymapMatch Struct Reference

Result of Matching Keybinding. More...

#include "get.h"

+ Collaboration diagram for KeymapMatch:

Data Fields

enum MenuType mtype
 Menu Type, e.g. MENU_INDEX.
 
KeyGatherFlags flags
 Flags, e.g. KEY_GATHER_MATCH.
 
struct Keymapkeymap
 Keymap defining bind or `macro.
 

Detailed Description

Result of Matching Keybinding.

As the user presses keys, we search the MenuDefinition for matching keybindings.

Definition at line 64 of file get.h.

Field Documentation

◆ mtype

enum MenuType KeymapMatch::mtype

Menu Type, e.g. MENU_INDEX.

Definition at line 66 of file get.h.

◆ flags

KeyGatherFlags KeymapMatch::flags

Flags, e.g. KEY_GATHER_MATCH.

Definition at line 67 of file get.h.

◆ keymap

struct Keymap* KeymapMatch::keymap

Keymap defining bind or `macro.

Definition at line 68 of file get.h.


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