Menu Options#
$arrow_cursor#
- Description:
Use an arrow
->instead of highlighting in the index- Type:
- Default:
set arrow_cursor = no
When set, an arrow (->) will be used to indicate the current entry in menus instead of highlighting the whole line.
On slow network or modem links this will make response faster because there is less that has to be redrawn on the screen when moving to the next or previous entries in the menu.
$arrow_string#
- Description:
Use a custom string for
$arrow_cursor- Type:
- Notes:
- Default:
set arrow_string = "->"
Specifies the string of $arrow_cursor when itβs enabled.
$menu_context#
- Description:
Number of lines of overlap when changing pages in the index
- Type:
- Notes:
- Default:
set menu_context = 0
Control the number of lines of context given when scrolling through menus.
(Similar to $pager_context.)
$menu_move_off#
- Description:
Allow the last menu item to move off the bottom of the screen
- Type:
- Default:
set menu_move_off = yes
When unset, the bottom entry of menus will never scroll up past the bottom of the screen, unless there are less entries than lines. When set, the bottom entry may move off the bottom.
$menu_scroll#
- Description:
Scroll the menu/index by one line, rather than a page
- Type:
- Default:
set menu_scroll = no
When set, menus will be scrolled up or down one line when you attempt to move across a screen boundary. If unset, the screen is cleared and the next or previous page of the menu is displayed (useful for slow links to avoid many redraws).