]> granicus.if.org Git - nethack/commit
STATUS_HILITES vs multiple interface binary
authorPatR <rankin@nethack.org>
Thu, 5 Oct 2017 09:01:18 +0000 (02:01 -0700)
committerPatR <rankin@nethack.org>
Thu, 5 Oct 2017 09:01:18 +0000 (02:01 -0700)
commite8b9805124c3ceb3ec7bd6e3e09a9003ea051c30
tree8eac395d657a6a458c9a97704b89c9b658d6a6d7
parent5aa1f3aa08ee7c0ed9419dbec0d2c3d9fdc3e91d
STATUS_HILITES vs multiple interface binary

My tty+X11 binary was letting me see and modify status highlights under
X11 even though they don't do anything.  Options parsing has to accept
them since we don't know which interface will be chosen, but interactive
option handling does know and shouldn't show inappropriate options.

initoptions_finish() should probably we validating all the wc and wc2
options, but I only added a check for trying to enable statushilites
when they're unavailable.
src/options.c