]> granicus.if.org Git - nethack/commit
curses followup
authorPatR <rankin@nethack.org>
Sat, 18 May 2019 15:12:43 +0000 (08:12 -0700)
committerPatR <rankin@nethack.org>
Sat, 18 May 2019 15:12:43 +0000 (08:12 -0700)
commita19e64e470f21ef30b96122dd2d40c26ef9b1527
tree2f7a11a64ec02d19f6172d4d2e2997474d4c22ba
parentf218e3f15e2d5525e817fb07e6a8b4773f296073
curses followup

Some prompts were being overwritten by the message that followed.

And clear_nhwindow(WIN_MESSAGE) gets called for just about every
keystroke so try to reduce the overhead I unwittingly added.  The
"scroll up one line earlier than the next message" mentioned in
the prior commit is much more obvious that I realized and prompt
erasure might need to be redone.
win/curses/cursmesg.c