summaryrefslogtreecommitdiff
path: root/src/termchar.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2013-09-24 19:07:35 +0300
committerEli Zaretskii <eliz@gnu.org>2013-09-24 19:07:35 +0300
commitf34729eaec648d9784e68cf407b3ca94b19e3b70 (patch)
tree0f5baaa4dc0e5f57fbb5a8282a4e86e8485743ea /src/termchar.h
parentdf78230943690aa2d95e22f947615c09d2c676e8 (diff)
downloademacs-f34729eaec648d9784e68cf407b3ca94b19e3b70.tar.gz
Fix submenus and screen restoration.
Diffstat (limited to 'src/termchar.h')
-rw-r--r--src/termchar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termchar.h b/src/termchar.h
index 687f7fbd119..9dea46f0b76 100644
--- a/src/termchar.h
+++ b/src/termchar.h
@@ -198,6 +198,9 @@ struct tty_display_info
/* Nonzero means use ^S/^Q for flow control. */
unsigned flow_control : 1;
+
+ /* Non-zero means we are displaying a TTY menu on this tty. */
+ unsigned showing_menu : 1;
};
/* A chain of structures for all tty devices currently in use. */