Pager functions.
Function | Description | Links |
assert_pager_mode() | Check that pager is in correct mode | |
jump_to_bottom() | Make sure the bottom line is displayed | |
op_exit() | Exit this menu | pager_function_t, pager_function_api |
op_help() | This screen | pager_function_t, pager_function_api |
op_pager_bottom() | Jump to the bottom of the message | pager_function_t, pager_function_api |
op_pager_half_down() | Scroll down 1/2 page | pager_function_t, pager_function_api |
op_pager_half_up() | Scroll up 1/2 page | pager_function_t, pager_function_api |
op_pager_hide_quoted() | Toggle display of quoted text | pager_function_t, pager_function_api |
op_pager_next_line() | Scroll down one line | pager_function_t, pager_function_api |
op_pager_next_page() | Move to the next page | pager_function_t, pager_function_api |
op_pager_prev_line() | Scroll up one line | pager_function_t, pager_function_api |
op_pager_prev_page() | Move to the previous page | pager_function_t, pager_function_api |
op_pager_search() | Search for a regular expression | pager_function_t, pager_function_api |
op_pager_search_next() | Search for next match | pager_function_t, pager_function_api |
op_pager_skip_headers() | Jump to first line after headers | pager_function_t, pager_function_api |
op_pager_skip_quoted() | Skip beyond quoted text | pager_function_t, pager_function_api |
op_pager_top() | Jump to the top of the message | pager_function_t, pager_function_api |
op_save() | Save the Pager text | pager_function_t, pager_function_api |
op_search_toggle() | Toggle search pattern coloring | pager_function_t, pager_function_api |
op_view_attachments() | Show MIME attachments | pager_function_t, pager_function_api |
pager_function_dispatcher() | Perform a Pager function | function_dispatcher_t, dispatcher_api |
up_n_lines() | Reposition the pager's view up by n lines | |