]> granicus.if.org Git - nethack/commit
TTY: Guard against impossible x coord
authorPasi Kallinen <paxed@alt.org>
Fri, 27 Mar 2015 13:29:54 +0000 (15:29 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 27 Mar 2015 13:29:54 +0000 (15:29 +0200)
commit911a3756c6dba95d7b6039f1a740ff278b269943
tree1ffe917c3445f323d7259de757e9a5b2290a5157
parent08654c213cc810f283669dcb6c72ae9805d06711
TTY: Guard against impossible x coord

If a menu item was longer than terminal width, the menu wasn't
cleared away after it was finished with.  This easily happened
when an inventory item was named.
win/tty/wintty.c