aboutsummaryrefslogtreecommitdiffstats
path: root/src/termchar.h
diff options
context:
space:
mode:
authorEli Zaretskii2013-09-24 19:07:35 +0300
committerEli Zaretskii2013-09-24 19:07:35 +0300
commitf34729eaec648d9784e68cf407b3ca94b19e3b70 (patch)
tree0f5baaa4dc0e5f57fbb5a8282a4e86e8485743ea /src/termchar.h
parentdf78230943690aa2d95e22f947615c09d2c676e8 (diff)
downloademacs-f34729eaec648d9784e68cf407b3ca94b19e3b70.tar.gz
emacs-f34729eaec648d9784e68cf407b3ca94b19e3b70.zip
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
198 /* Nonzero means use ^S/^Q for flow control. */ 198 /* Nonzero means use ^S/^Q for flow control. */
199 199
200 unsigned flow_control : 1; 200 unsigned flow_control : 1;
201
202 /* Non-zero means we are displaying a TTY menu on this tty. */
203 unsigned showing_menu : 1;
201}; 204};
202 205
203/* A chain of structures for all tty devices currently in use. */ 206/* A chain of structures for all tty devices currently in use. */