NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
functions.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_SIDEBAR_FUNCTIONS_H
24#define MUTT_SIDEBAR_FUNCTIONS_H
25
26#include "key/lib.h"
27
29
43typedef int (*sidebar_function_t)(struct SidebarWindowData *wdata, const struct KeyEvent *event);
44
53
54#endif /* MUTT_SIDEBAR_FUNCTIONS_H */
Manage keymappings.
int(* sidebar_function_t)(struct SidebarWindowData *wdata, const struct KeyEvent *event)
Definition functions.h:43
An event such as a keypress.
Definition get.h:50
void * wdata
Private data.
A NeoMutt function.
Definition functions.h:49
int op
Op code, e.g. OP_SIDEBAR_NEXT.
Definition functions.h:50
sidebar_function_t function
Function to call.
Definition functions.h:51
Sidebar private Window data -.
Definition private.h:89