From 26384996486963bc2f097f44a82a5c07e0dfe69e Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 28 Aug 2011 17:50:18 +0100 Subject: Move canonicalisation flags into their own bitfield with their own accessor and named constants --- termkey-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'termkey-internal.h') 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 -- cgit v1.2.3-54-g00ecf