tty messge history restore (trunk only)

This commit is contained in:
nethack.rankin
2009-04-06 01:06:26 +00:00
parent d961d89714
commit 47dad80337
3 changed files with 146 additions and 62 deletions

View File

@@ -48,6 +48,7 @@ struct WinDesc {
/* window flags */
#define WIN_CANCELLED 1
#define WIN_STOP 1 /* for NHW_MESSAGE; stops output */
#define WIN_LOCKHISTORY 2 /* for NHW_MESSAGE; suppress history updates */
/* descriptor for tty-based displays -- all the per-display data */
struct DisplayDesc {