NeoMutt  2025-09-05-14-gb97658
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions.h
Go to the documentation of this file.
1
23#ifndef MUTT_FUNCTIONS_H
24#define MUTT_FUNCTIONS_H
25
26#include "key/lib.h"
27
28extern const struct MenuFuncOp OpDialog[];
29extern const struct MenuFuncOp OpGeneric[];
30
31extern const struct MenuOpSeq DialogDefaultBindings[];
32extern const struct MenuOpSeq GenericDefaultBindings[];
33
34#endif /* MUTT_FUNCTIONS_H */
const struct MenuFuncOp OpGeneric[]
Functions for the Generic Menu.
Definition: functions.c:69
const struct MenuOpSeq GenericDefaultBindings[]
Key bindings for the Generic Menu.
Definition: functions.c:139
const struct MenuOpSeq DialogDefaultBindings[]
Key bindings for Simple Dialogs.
Definition: functions.c:131
const struct MenuFuncOp OpDialog[]
Functions for Simple Dialogs.
Definition: functions.c:60
Manage keymappings.
Mapping between a function and an operation.
Definition: lib.h:112
Mapping between an operation and a key sequence.
Definition: lib.h:121