23#ifndef MUTT_GUI_GLOBAL_H
24#define MUTT_GUI_GLOBAL_H
int(* global_function_t)(struct MuttWindow *win, const struct KeyEvent *event)
int global_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Global function - Implements function_dispatcher_t -.
global_function_t function
Function to call.
int op
Op code, e.g. OP_ENTER_COMMAND.
An event such as a keypress.