Prototype for a Global Function. More...
Functions | |
| static int | op_check_stats (struct MuttWindow *win, const struct KeyEvent *event) |
| Calculate message statistics for all mailboxes - Implements global_function_t -. | |
| static int | op_enter_command (struct MuttWindow *win, const struct KeyEvent *event) |
| Enter a neomuttrc command - Implements global_function_t -. | |
| static int | op_forget_passphrase (struct MuttWindow *win, const struct KeyEvent *event) |
| Wipe passphrases from memory - Implements global_function_t -. | |
| static int | op_redraw (struct MuttWindow *win, const struct KeyEvent *event) |
| Clear and redraw the screen - Implements global_function_t -. | |
| static int | op_shell_escape (struct MuttWindow *win, const struct KeyEvent *event) |
| Invoke a command in a subshell - Implements global_function_t -. | |
| static int | op_show_log_messages (struct MuttWindow *win, const struct KeyEvent *event) |
| Show log (and debug) messages - Implements global_function_t -. | |
| static int | op_version (struct MuttWindow *win, const struct KeyEvent *event) |
| Show the NeoMutt version number - Implements global_function_t -. | |
| static int | op_what_key (struct MuttWindow *win, const struct KeyEvent *event) |
| display the keycode for a key press - Implements global_function_t - | |
Prototype for a Global Function.
| win | Focused Window |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Calculate message statistics for all mailboxes - Implements global_function_t -.
Definition at line 52 of file global.c.
|
static |
Enter a neomuttrc command - Implements global_function_t -.
Definition at line 62 of file global.c.
|
static |
Wipe passphrases from memory - Implements global_function_t -.
Definition at line 72 of file global.c.
|
static |
Clear and redraw the screen - Implements global_function_t -.
Definition at line 81 of file global.c.
|
static |
Invoke a command in a subshell - Implements global_function_t -.
Definition at line 93 of file global.c.
|
static |
Show log (and debug) messages - Implements global_function_t -.
Definition at line 110 of file global.c.
|
static |
Show the NeoMutt version number - Implements global_function_t -.
Definition at line 154 of file global.c.
|
static |
display the keycode for a key press - Implements global_function_t -
Definition at line 163 of file global.c.