23#ifndef MUTT_EDITOR_FUNCTIONS_H
24#define MUTT_EDITOR_FUNCTIONS_H
36#define MdEditor (editor_get_menu_definition())
struct MenuDefinition * editor_get_menu_definition(void)
Get the Editor Menu Definition.
void replace_part(struct EnterState *es, size_t from, const char *buf)
Search and replace on a buffer.
bool self_insert(struct EnterWindowData *wdata, int ch)
Insert a normal character.
int(* enter_function_t)(struct EnterFunctionData *fdata, const struct KeyEvent *event)
int enter_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform an Enter function - Implements function_dispatcher_t -.
Editor private Module data.
Data passed to Enter worker functions.
struct EditorModuleData * mod_data
Editor module data.
struct NeoMutt * n
NeoMutt application data.
struct EnterWindowData * wdata
Enter window data.
int op
Op code, e.g. OP_SEARCH.
enter_function_t function
Function to call.
Keep our place when entering a string.
Data to fill the Enter Window.
An event such as a keypress.
Container for Accounts, Notifications.