aboutsummaryrefslogtreecommitdiffstats
path: root/src/termchar.h
diff options
context:
space:
mode:
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. */