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
fn.h
View File

@@ -33,6 +33,7 @@ void backko(Im*);
void dictsend(Im*, Str*);
void srvthread(void*);
void ibusthread(void*);
void* emalloc(ulong);
void* erealloc(void*, ulong);