diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-03 22:54:22 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-04-03 22:54:22 +0200 |
commit | ce84082205f8367c1a4676c4810d92b30ae87f49 (patch) | |
tree | 1f33dee7fb1674e0c18dcafb5cb56b7ee92aa395 /sys/src/cmd/rio/dat.h | |
parent | cd9cddf3dd64b01e7e54ba3a3371a8d0a5c70748 (diff) |
change /dev/kbd to return multiple messages per read
Diffstat (limited to 'sys/src/cmd/rio/dat.h')
-rw-r--r-- | sys/src/cmd/rio/dat.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/src/cmd/rio/dat.h b/sys/src/cmd/rio/dat.h index 73f03eaf7..5d8891162 100644 --- a/sys/src/cmd/rio/dat.h +++ b/sys/src/cmd/rio/dat.h @@ -95,11 +95,6 @@ struct Mousereadmesg Channel *cm; /* chan(Mouse) */ }; -struct Kbdreadmesg -{ - Channel *ck; /* chan(char*) */ -}; - struct Stringpair /* rune and nrune or byte and nbyte */ { void *s; @@ -137,7 +132,7 @@ struct Window Channel *consread; /* chan(Consreadmesg) */ Channel *mouseread; /* chan(Mousereadmesg) */ Channel *wctlread; /* chan(Consreadmesg) */ - Channel *kbdread; /* chan(Kbdreadmesg) */ + Channel *kbdread; /* chan(Consreadmesg) */ Channel *complete; /* chan(Completion*) */ Channel *gone; /* chan(char*) */ uint nr; /* number of runes in window */ |