dont send \0 rune to rawchan
This commit is contained in:
parent
c822b5f9eb
commit
b9427c8a3f
1 changed files with 1 additions and 0 deletions
|
@ -377,6 +377,7 @@ keyproc(void *)
|
|||
while(recv(keychan, &key) > 0){
|
||||
if(key.down){
|
||||
switch(key.r){
|
||||
case No:
|
||||
case Caps:
|
||||
case Num:
|
||||
case Shift:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue