Prototype for a History Function. More...
Collaboration diagram for History Function API:Functions | |
| static int | op_generic_select_entry (struct HistoryData *hd, const struct KeyEvent *event) |
| Select the current entry - Implements history_function_t -. | |
| static int | op_quit (struct HistoryData *hd, const struct KeyEvent *event) |
| Quit this menu - Implements history_function_t -. | |
Prototype for a History Function.
| menu | Menu |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Select the current entry - Implements history_function_t -.
Definition at line 41 of file functions.c.
Here is the call graph for this function:
|
static |
Quit this menu - Implements history_function_t -.
This function handles:
Definition at line 61 of file functions.c.