some updates to curses

Tangles updates
This commit is contained in:
nhmall
2018-12-04 22:22:43 -05:00
parent 8fc308637b
commit 37b7243c57
3 changed files with 2 additions and 7 deletions

View File

@@ -322,10 +322,8 @@ struct instance_flags {
#endif
#endif
uchar bouldersym; /* symbol for boulder display */
#ifdef TTY_GRAPHICS
char prevmsg_window; /* type of old message window to use */
#endif
#if defined(TTY_GRAPHICS) || defined(CURSES_GRAPHICS)
char prevmsg_window; /* type of old message window to use */
boolean extmenu; /* extended commands use menu interface */
#endif
#ifdef MFLOPPY