]> granicus.if.org Git - nethack/commit
curses ^P - support msg_window:full
authorPatR <rankin@nethack.org>
Mon, 25 Mar 2019 02:20:21 +0000 (19:20 -0700)
committerPatR <rankin@nethack.org>
Mon, 25 Mar 2019 02:20:21 +0000 (19:20 -0700)
commit59ab9658631b766a2316dd35ef512343b30bff5e
tree8f87cbfe3ca96852f1fdcbc1685769628cf6b9ab
parentee53a9fea6be8fe4c3173784bea2a129a0fdd447
curses ^P - support msg_window:full

curses uses 'reversed' (LIFO) style when displaying previous messages.
Use the existing (previously tty-only) 'msg_window' option to also
support 'full' (FIFO).  The actual code needed as just a couple of
lines; tweaking options parsing and the documentation was more work.
doc/Guidebook.mn
doc/Guidebook.tex
doc/fixes36.2
src/options.c
win/curses/cursinit.c
win/curses/cursmesg.c