39 {
"arrow_cursor",
DT_BOOL,
false, 0, NULL,
40 "Use an arrow '->' instead of highlighting in the index"
43 "Use a custom string for arrow_cursor"
46 "Number of lines of overlap when changing pages in the index"
48 {
"menu_move_off",
DT_BOOL,
true, 0, NULL,
49 "Allow the last menu item to move off the bottom of the screen"
51 {
"menu_scroll",
DT_BOOL,
false, 0, NULL,
52 "Scroll the menu/index by one line, rather than a page"
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool config_init_menu(struct ConfigSet *cs)
Register menu config variables - Implements module_init_config_t -.
Container for lots of config items.
#define D_NOT_EMPTY
Empty strings are not allowed.
#define D_INTEGER_NOT_NEGATIVE
Negative numbers are not allowed.