minor fixes; hide some routines
This commit is contained in:
parent
ba3de38060
commit
1818ce0f28
6 changed files with 10 additions and 10 deletions
|
|
@ -103,7 +103,7 @@ __xtoplan9kbd(XEvent *e)
|
|||
break;
|
||||
default: /* not ISO-1 or tty control */
|
||||
if(k>0xff) {
|
||||
k = keysym2ucs(k);
|
||||
k = _p9keysym2ucs(k);
|
||||
if(k==-1) return -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue