handling of {DEC,IBM,MAC}graphics options
Fix the problems From a bug report. So having
OPTIONS=IBMgraphcs
OPTIONS=noDECgraphics
would yield an ASCII display instead of showing IBMgraphics, but IBMgraphics
flag in the Options list would falsely show as on. Manually toggling it off
put things back into sync.
Avoiding the false setting is completely trivial. And fixing the
inappropriate override turns out to be easy too, unless I've bungled this.
One thing it does not do is try to warn about attempts to set conflicting
options like
OPTIONS=IBMgraphcs
OPTIONS=DECgraphics
Fixing that seems to be too messy to bother with, particularly since the
game runs ok (leaving the setting handled last in place).
This commit is contained in:
@@ -153,6 +153,9 @@ incubi react to mirrors
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
-----------------------------------------
|
||||
tty: when loading user's run-time configuration, explicitly negating one of
|
||||
{DEC,IBM,MAC}graphics options after enabling another of them switched
|
||||
to regular ASCII and left the earlier option inaccurately set to "on"
|
||||
unix: remove use of parentheses in nethack man page usage that confused a
|
||||
man page conversion tool
|
||||
winCE: disable processing of double-click messages if the first click
|
||||
|
||||
Reference in New Issue
Block a user