stale pickup_burden message in tty after

- tty interface left a stale prompt on the topl, clear it
This commit is contained in:
cohrs
2002-04-14 21:59:53 +00:00
parent 1ca03c750d
commit b6be8e8af1
2 changed files with 2 additions and 0 deletions

View 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

View File

@@ -1122,6 +1122,7 @@ boolean telekinesis;
case 'n': result = 0; break;
default: break; /* 'y' => result == 1 */
}
clear_nhwindow(WIN_MESSAGE);
}
}
}