fix(xim): honor reset and X11 keyboard state
This commit is contained in:
2
main.c
2
main.c
@@ -70,7 +70,7 @@ threadmain(int argc, char **argv)
|
||||
display = getenv("DISPLAY");
|
||||
if(display != nil && display[0] != '\0' &&
|
||||
proccreate(ximthread, nil, 32768) < 0)
|
||||
fprint(2, "strans: xim: cannot create worker\n");
|
||||
die("xim: cannot create worker");
|
||||
if(threadcreate(dictthread, nil, 16384) < 0)
|
||||
die("can't create dictionary worker");
|
||||
imthread(nil);
|
||||
|
||||
Reference in New Issue
Block a user