]> granicus.if.org Git - nethack/commit
curses popup single char input
authorPatR <rankin@nethack.org>
Fri, 28 Jun 2019 19:28:40 +0000 (12:28 -0700)
committerPatR <rankin@nethack.org>
Fri, 28 Jun 2019 19:28:40 +0000 (12:28 -0700)
commitbed5570e3baaa4c5203014e76ec9f2edc38c7e3b
tree546e008427f9945110ee08603b7a20dccd78cbff
parent2145387ac82ab97007f33d50164f9076d89a2e05
curses popup single char input

With 'popup_dialog' On, a one line popup with question and likely
responses and default answer was shown, but without having the
cursor displayed at the end of emphasize that it was waiting for an
answer.  Make the popup be one character wider so that there is room
to show the cursor.  No effect when 'popup_dialog' is Off and prompts
are shown at the bottom of the message window; those already have the
cursor sitting at the end.
doc/fixes36.3
win/curses/cursdial.c