Prototype for a Pager Function. More...
Collaboration diagram for Pager Function API:Functions | |
| static int | op_pager_bottom (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Jump to the bottom of the message - Implements pager_function_t -. | |
| static int | op_pager_half_down (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll down 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_half_up (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll up 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_hide_quoted (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Toggle display of quoted text - Implements pager_function_t -. | |
| static int | op_pager_next_line (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll down one line - Implements pager_function_t -. | |
| static int | op_pager_next_page (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the next page - Implements pager_function_t -. | |
| static int | op_pager_prev_line (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll up one line - Implements pager_function_t -. | |
| static int | op_pager_prev_page (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the previous page - Implements pager_function_t -. | |
| static int | op_pager_search (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Search for a regular expression - Implements pager_function_t -. | |
| static int | op_pager_search_next (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Search for next match - Implements pager_function_t -. | |
| static int | op_pager_skip_headers (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Jump to first line after headers - Implements pager_function_t -. | |
| static int | op_pager_skip_quoted (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Skip beyond quoted text - Implements pager_function_t -. | |
| static int | op_pager_top (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Jump to the top of the message - Implements pager_function_t -. | |
| static int | op_exit (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Exit this menu - Implements pager_function_t -. | |
| static int | op_help (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Help screen - Implements pager_function_t -. | |
| static int | op_save (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Save the Pager text - Implements pager_function_t -. | |
| static int | op_search_toggle (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Toggle search pattern coloring - Implements pager_function_t -. | |
| static int | op_view_attachments (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Show MIME attachments - Implements pager_function_t -. | |
Prototype for a Pager Function.
| fdata | Pager Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Jump to the bottom of the message - Implements pager_function_t -.
Definition at line 416 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll down 1/2 page - Implements pager_function_t -.
Definition at line 431 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll up 1/2 page - Implements pager_function_t -.
Definition at line 470 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle display of quoted text - Implements pager_function_t -.
Definition at line 491 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll down one line - Implements pager_function_t -.
Definition at line 513 of file functions.c.
Here is the call graph for this function:
|
static |
Move to the next page - Implements pager_function_t -.
Definition at line 534 of file functions.c.
Here is the call graph for this function:
|
static |
Scroll up one line - Implements pager_function_t -.
Definition at line 574 of file functions.c.
Here is the call graph for this function:
|
static |
Move to the previous page - Implements pager_function_t -.
Definition at line 594 of file functions.c.
Here is the call graph for this function:
|
static |
Search for a regular expression - Implements pager_function_t -.
This function handles:
Definition at line 622 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Search for next match - Implements pager_function_t -.
This function handles:
Definition at line 774 of file functions.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Jump to first line after headers - Implements pager_function_t -.
Definition at line 878 of file functions.c.
Here is the call graph for this function:
|
static |
Skip beyond quoted text - Implements pager_function_t -.
With a count prefix, skip N quoted blocks instead of 1.
Definition at line 1009 of file functions.c.
Here is the call graph for this function:
|
static |
Jump to the top of the message - Implements pager_function_t -.
Definition at line 1030 of file functions.c.
Here is the call graph for this function:
|
static |
Exit this menu - Implements pager_function_t -.
Definition at line 1052 of file functions.c.
|
static |
Help screen - Implements pager_function_t -.
Definition at line 1063 of file functions.c.
Here is the call graph for this function:
|
static |
Save the Pager text - Implements pager_function_t -.
Definition at line 1080 of file functions.c.
Here is the call graph for this function:
|
static |
Toggle search pattern coloring - Implements pager_function_t -.
Definition at line 1139 of file functions.c.
Here is the call graph for this function:
|
static |
Show MIME attachments - Implements pager_function_t -.
Definition at line 1153 of file functions.c.
Here is the call graph for this function: