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

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