ref: c40c2bb0085847e7c704fa92b537560e3079e82d
dir: /sys/src/cmd/vt/event.h/
#define BSIZE 4000
#define MOUSE 0
#define KBD 1
#define HOST 2
#define HOST_BLOCKED 1
#define KBD_BLOCKED 2
typedef struct IOEvent {
short key;
short size;
uchar data[BSIZE];
} IOEvent;