NeoMutt  2024-04-25-1-g3de005
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 "config.h"
27#include "key/lib.h"
28
29extern const struct MenuFuncOp OpDialog[];
30extern const struct MenuFuncOp OpGeneric[];
31
32extern const struct MenuOpSeq DialogDefaultBindings[];
33extern const struct MenuOpSeq GenericDefaultBindings[];
34
35#endif /* MUTT_FUNCTIONS_H */
const struct MenuFuncOp OpGeneric[]
Functions for the Generic Menu.
Definition: functions.c:68
const struct MenuOpSeq GenericDefaultBindings[]
Key bindings for the Generic Menu.
Definition: functions.c:138
const struct MenuOpSeq DialogDefaultBindings[]
Key bindings for Simple Dialogs.
Definition: functions.c:130
const struct MenuFuncOp OpDialog[]
Functions for Simple Dialogs.
Definition: functions.c:60
Manage keymappings.
Mapping between a function and an operation.
Definition: lib.h:101
Mapping between an operation and a key sequence.
Definition: lib.h:110