23#ifndef MUTT_GUI_GLOBAL_H
24#define MUTT_GUI_GLOBAL_H
struct GlobalFunction GlobalFunctions[]
All the NeoMutt functions that the Global supports.
int(* global_function_t)(int op)
int global_function_dispatcher(struct MuttWindow *win, int op)
Perform a Global function - Implements function_dispatcher_t -.
global_function_t function
Function to call.
int op
Op code, e.g. OP_GLOBAL_NEXT.