summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 3196f2114..c4f931d63 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -608,6 +608,9 @@ private:
WORD default_color, underline_color, dim_color;
+ /* Used to determine if an input keystroke should be modified with META. */
+ int meta_mask;
+
/* Output state */
int state_;
int args_[MAXARGS];