NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
EventBinding Struct Reference

A key binding Event. More...

#include "lib.h"

Data Fields

enum MenuType menu
 Menu, e.g. MENU_PAGER.
 
const char * key
 Key string being bound (for new bind/macro)
 
int op
 Operation the key's bound to (for bind), e.g. OP_DELETE.
 

Detailed Description

A key binding Event.

Definition at line 118 of file lib.h.

Field Documentation

◆ menu

enum MenuType EventBinding::menu

Menu, e.g. MENU_PAGER.

Definition at line 120 of file lib.h.

◆ key

const char* EventBinding::key

Key string being bound (for new bind/macro)

Definition at line 121 of file lib.h.

◆ op

int EventBinding::op

Operation the key's bound to (for bind), e.g. OP_DELETE.

Definition at line 122 of file lib.h.


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