add ibus supprot

This commit is contained in:
2026-05-28 15:17:31 +09:00
parent 884ba56619
commit 3a203766d5
5 changed files with 600 additions and 3 deletions

1
main.c
View File

@@ -69,6 +69,7 @@ threadmain(int argc, char **argv)
dictinit(argv[1]);
proccreate(drawthread, nil, 16384);
proccreate(srvthread, nil, 16384);
proccreate(ibusthread, nil, 32768);
threadcreate(dictthread, nil, 16384);
threadcreate(imthread, nil, 16384);