menuinvertmode
Change the 'menuinvertmode' default from 0 to 1 so that it gets more exercise. It can be changed back to 0 via option settings but it's doubtful that anyone will care enough to bother. Some pickup/take-off actions have been using it to avoid setting their 'all' choice when bulk toggling for current-page or whole-menu takes place; 'O' specifies it for its '?' help choice. This adds the skipinvert flag to the 'all' choice of #wizidentify. The comments describing it now state that menuinvertmode applies to bulk set-on operations as well as to toggle-on/off operations but that will only be true if/when interfaces call menuitem_invert_test() for set as well as for invert. tty is about to start doing that.
This commit is contained in:
@@ -313,7 +313,7 @@ opt_##a,
|
||||
NHOPTO("menu colors", o_menu_colors, BUFSZ, opt_in, set_in_game,
|
||||
No, Yes, No, NoAlias, "edit menu colors")
|
||||
NHOPTC(menuinvertmode, 5, opt_in, set_in_game, No, Yes, No, No, NoAlias,
|
||||
"behaviour of menu iverts")
|
||||
"experimental behaviour of menu inverts")
|
||||
NHOPTC(menustyle, MENUTYPELEN, opt_in, set_in_game, Yes, Yes, No, Yes,
|
||||
NoAlias, "user interface for object selection")
|
||||
NHOPTO("message types", o_message_types, BUFSZ, opt_in, set_in_game,
|
||||
|
||||
Reference in New Issue
Block a user