]> granicus.if.org Git - nethack/commit
'O' vs perm_invent (mostly)
authorPatR <rankin@nethack.org>
Sat, 31 Aug 2019 08:38:19 +0000 (01:38 -0700)
committerPatR <rankin@nethack.org>
Sat, 31 Aug 2019 08:38:19 +0000 (01:38 -0700)
commitd8598bd6bb9f75867f4a3938482466016b9728d9
treec7c0fa7c7e1a9d45363c58b7679a04eeefb4efb9
parent3e0d029a45969d86a2febc99a527c989e68e22e3
'O' vs perm_invent (mostly)

Update persistent inventory window if 'implicit_uncursed', 'menucolors',
or 'guicolor' is toggled.  (curses should be changed to use menucolors
instead of guicolor to decide whether menu coloring is used.  Right now
it requires that both be On.)

Also, EDIT_GETLIN was providing junk default response when message type
or menu color looped and prompted for another entry after handling one.

Mixed in with this is a fix for easily induced buffer overflow which
has security ramifications....
doc/fixes36.3
src/options.c