diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-09-24 19:07:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-09-24 19:07:35 +0300 |
commit | f34729eaec648d9784e68cf407b3ca94b19e3b70 (patch) | |
tree | 0f5baaa4dc0e5f57fbb5a8282a4e86e8485743ea /src/termchar.h | |
parent | df78230943690aa2d95e22f947615c09d2c676e8 (diff) |
Fix submenus and screen restoration.
Diffstat (limited to 'src/termchar.h')
-rw-r--r-- | src/termchar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/termchar.h b/src/termchar.h index 687f7fbd11..9dea46f0b7 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. */ |