Move canonicalisation flags into their own bitfield with their own accessor and named constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user