tty message loss

- typing ESC would lose messages if msg_window was not displayed
- incorporate <Someone>'s fix, which causes them to be tracked, just not
displayed, and thus still available for ^P viewing later on
This commit is contained in:
cohrs
2002-04-14 21:45:33 +00:00
parent c850007966
commit 1ca03c750d
3 changed files with 4 additions and 5 deletions

View File

@@ -88,6 +88,7 @@ tty: remove #define DEBUG that forced debug behavior in production builds
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
General New Features