23#ifndef MUTT_EDITOR_FUNCTIONS_H
24#define MUTT_EDITOR_FUNCTIONS_H
int(* enter_function_t)(struct EnterWindowData *wdata, int op)
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_dispatcher(struct MuttWindow *win, int op)
Perform an Enter function - Implements function_dispatcher_t -.
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.