aboutsummaryrefslogtreecommitdiff
path: root/termkey-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'termkey-internal.h')
-rw-r--r--termkey-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/termkey-internal.h b/termkey-internal.h
index 1ebdecb..733f148 100644
--- a/termkey-internal.h
+++ b/termkey-internal.h
@@ -38,6 +38,8 @@ struct TermKey {
size_t buffstart; // First offset in buffer
size_t buffcount; // NUMBER of entires valid in buffer
size_t buffsize; // Total malloc'ed size
+ size_t hightide; /* Position beyond buffstart at which peekkey() should next start
+ * normally 0, but see also termkey_interpret_csi */
struct termios restore_termios;
char restore_termios_valid;