]> granicus.if.org Git - nethack/commitdiff
stale pickup_burden message in tty after
authorcohrs <cohrs>
Sun, 14 Apr 2002 21:59:53 +0000 (21:59 +0000)
committercohrs <cohrs>
Sun, 14 Apr 2002 21:59:53 +0000 (21:59 +0000)
- tty interface left a stale prompt on the topl, clear it

doc/fixes34.1
src/pickup.c

index e51a0aa8498da302c40d8e26fd45d4f60d2aece0..06a34c6511c0c06a5c98e1b89dadadb8f7094c85 100644 (file)
@@ -89,6 +89,7 @@ X11: getlin dialog got steadily narrower each time it was used
 unix: install recover command into GAMEDIR by default
 tty: correctly handle an empty TERM environment variable
 tty: don't lose messages when ESC has canceled their display
+tty: clear topl after pickup_burden prompt
 
 
 General New Features
index aedf71c98e43d1d14eaa8f9fb2ddf2965c610ec1..27fff2d976f6437a89989f98dd0d0f7922f3b754 100644 (file)
@@ -1122,6 +1122,7 @@ boolean telekinesis;
                case 'n':  result =  0; break;
                default:   break;       /* 'y' => result == 1 */
                }
+               clear_nhwindow(WIN_MESSAGE);
            }
        }
     }