]> granicus.if.org Git - nethack/commit
fix #H4039 - symset:default
authorPatR <rankin@nethack.org>
Fri, 11 Dec 2015 10:36:56 +0000 (02:36 -0800)
committerPatR <rankin@nethack.org>
Fri, 11 Dec 2015 10:36:56 +0000 (02:36 -0800)
commit3db5f106dfdc4dddb482726710d05ec8ae86bd8f
tree0adc56e50ef13bf2fb7aee5eea7277c25fa5a285
parentebdfafb42da8ef1cb82fc3bb6aa6e2d6b896f5af
fix #H4039 - symset:default

Options parsing didn't support "default" (shown by the 'O' command)
or "Default symbols" (menu entry for choosing a symbol set via the
'O' command.  Symbol handling is somewhat confusing, but this seems to
do the trick.  They can't be truncated, but they're case-insensitive,
and "Default" and "symbols" can be separated by dash or underscore as
well as space, or run-together with no separator.
doc/fixes36.1
src/files.c
src/options.c