]> granicus.if.org Git - nethack/commit
take two: tty bug with long 'autodescribe' text
authorPatR <rankin@nethack.org>
Sat, 15 Jun 2019 14:18:47 +0000 (07:18 -0700)
committerPatR <rankin@nethack.org>
Sat, 15 Jun 2019 14:18:47 +0000 (07:18 -0700)
commit747981d0c5e69fa60952e977d1576d96aaaef58d
treedb37641d982edc074528cd0074b3d8641d33695b
parent9cbc8ace421b413f764a84d2066e1ccc8f7c03c9
take two: tty bug with long 'autodescribe' text

Messages on tty which bypass message history weren't handling long
lines properly.  If the text wrapped to line 2, that continuation
portion was left on the screen after whatever operation that put it
here was finished.  (To reproduce:  assign a long name to a monster
with a long type name so that the combined length exceeds the display
width, then move the cursor over it with ';' or '/' while autodescribe
is On.)

This time prompting isn't adversely affected.
doc/fixes36.3
win/tty/topl.c