parent
1bfec89b99
commit
da3ed55e4e
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ xtoplan9latin1(XEvent *e)
|
||||||
Rune r;
|
Rune r;
|
||||||
|
|
||||||
r = __xtoplan9kbd(e);
|
r = __xtoplan9kbd(e);
|
||||||
if(r < 0)
|
if(r == -1)
|
||||||
return nil;
|
return nil;
|
||||||
return sendrune(r);
|
return sendrune(r);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue