]> granicus.if.org Git - nethack/commit
formatting for 'O' commmand menu
authorPatR <rankin@nethack.org>
Sun, 24 Jan 2016 00:16:36 +0000 (16:16 -0800)
committerPatR <rankin@nethack.org>
Sun, 24 Jan 2016 00:16:36 +0000 (16:16 -0800)
commite619e5f66eb88dab5bf858576659fe4c5fb71bd3
treece0697050fc906d21d5815bcf7c096f26e6eea5d
parenta21894cc3992265a325ef9140673364506e8981e
formatting for 'O' commmand menu

For !menu_tab_sep, the boolean options were formatted with a different
width than the compound and 'other' options when the menu for 'O' was
active.  Use the same format string for all of them, consider them all
when constructing it, and construct it just once instead of every time.
src/options.c