diff options
Diffstat (limited to 'termkey-internal.h')
-rw-r--r-- | termkey-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/termkey-internal.h b/termkey-internal.h index 608457b..c1f4cd6 100644 --- a/termkey-internal.h +++ b/termkey-internal.h @@ -33,6 +33,7 @@ struct TermKeyDriverNode { struct _TermKey { int fd; int flags; + int canonflags; unsigned char *buffer; size_t buffstart; // First offset in buffer size_t buffcount; // NUMBER of entires valid in buffer |