options key parsing
OPTIONS=menu_previous_page:\mv BINDINGS=M-v:menu_previous_page both worked, but OPTIONS=menu_previous_page:M-v BINDINGS=\mv:menu_previous_page both failed. Make all four variations work. Tiny change made large by the need to move some things around. The option definition for menu_first_page had a couple of its flag bits swapped. I didn't try to figure out whether that had any impact.
This commit is contained in:
@@ -263,8 +263,8 @@ opt_##a,
|
||||
NoAlias, "deselect all items in a menu")
|
||||
NHOPTC(menu_deselect_page, 4, opt_in, set_in_config, No, Yes, No, No,
|
||||
NoAlias, "deselect all items on this page of a menu")
|
||||
NHOPTC(menu_first_page, 4, opt_in, set_in_config, No, No, Yes, No, NoAlias,
|
||||
"jump to the first page in a menu")
|
||||
NHOPTC(menu_first_page, 4, opt_in, set_in_config, No, Yes, No, No,
|
||||
NoAlias, "jump to the first page in a menu")
|
||||
NHOPTC(menu_headings, 4, opt_in, set_in_game, No, Yes, No, Yes, NoAlias,
|
||||
"display style for menu headings")
|
||||
NHOPTC(menu_invert_all, 4, opt_in, set_in_config, No, Yes, No, No, NoAlias,
|
||||
|
||||
Reference in New Issue
Block a user