Prototype for a Postpone Function. More...
Collaboration diagram for Postpone Function API:Functions | |
| static int | op_delete (struct PostponeData *pd, const struct KeyEvent *event) |
| Delete the current entry - Implements postpone_function_t -. | |
| static int | op_exit (struct PostponeData *pd, const struct KeyEvent *event) |
| Exit this menu - Implements postpone_function_t -. | |
| static int | op_generic_select_entry (struct PostponeData *pd, const struct KeyEvent *event) |
| Select the current entry - Implements postpone_function_t -. | |
| static int | op_search (struct PostponeData *pd, const struct KeyEvent *event) |
| Search for a regular expression - Implements postpone_function_t -. | |
Prototype for a Postpone Function.
| menu | Menu |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Delete the current entry - Implements postpone_function_t -.
This function handles:
Supports repeat-count: 5<delete-entry> deletes the current entry and the next 4. Overruns are silently capped at the end of the list.
Definition at line 174 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements postpone_function_t -.
Definition at line 213 of file functions.c.
|
static |
Select the current entry - Implements postpone_function_t -.
Definition at line 222 of file functions.c.
Here is the call graph for this function:
|
static |
Search for a regular expression - Implements postpone_function_t -.
This function handles:
Definition at line 241 of file functions.c.
Here is the call graph for this function: