]> granicus.if.org Git - nethack/commit
github pull request #235 - curses symbol set init
authorPatR <rankin@nethack.org>
Thu, 17 Oct 2019 21:38:45 +0000 (14:38 -0700)
committerPatR <rankin@nethack.org>
Thu, 17 Oct 2019 21:38:45 +0000 (14:38 -0700)
commit6182b014ca6f69a3b8e2f133a912719ed3810b6b
treea3417042684e26c9d66cb658e04d244b18d3a1a5
parent0c86965d5e7b3dd3ed950114c869406491357364
github pull request #235 - curses symbol set init

Fixes #235

For initial options under curses, specifying 'DECgraphics' as a
boolean rather than as 'symset:DECgraphics' wasn't overriding the
new default 'symset:curses'.  Since previously DECgraphics was
rejected for curses, it's possible that no one noticed.
include/rm.h
src/drawing.c
src/files.c
src/options.c
win/curses/cursinit.c