Prototype for a Postpone Function. More...
Functions | |
| static int | op_delete (struct PostponeData *pd, const struct KeyEvent *event) |
| Delete the current entry - Implements postpone_function_t -. | |
| static int | op_quit (struct PostponeData *pd, const struct KeyEvent *event) |
| Save changes and exit this dialog - 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 171 of file functions.c.
|
static |
Save changes and exit this dialog - Implements postpone_function_t -.
Definition at line 205 of file functions.c.
|
static |
Select the current entry - Implements postpone_function_t -.
Definition at line 214 of file functions.c.
|
static |
Search for a regular expression - Implements postpone_function_t -.
This function handles:
Definition at line 233 of file functions.c.