ref: b9427c8a3fb4fa2e4b0719a66302c6d839d92bca
parent: c822b5f9eb78f94eac4df485c98c106840728d86
author: cinap_lenrek <cinap_lenrek@localhost>
date: Mon May 9 09:15:51 EDT 2011
dont send \0 rune to rawchan
--- a/sys/src/cmd/aux/kbdfs.c
+++ b/sys/src/cmd/aux/kbdfs.c
@@ -377,6 +377,7 @@
while(recv(keychan, &key) > 0){ if(key.down){ switch(key.r){+ case No:
case Caps:
case Num:
case Shift:
--
⑨