add lang dispatch, korean hangul input

This commit is contained in:
2026-02-08 16:52:08 +09:00
parent 5653298bb1
commit d06cef6575
6 changed files with 376 additions and 11241 deletions

3
fn.h
View File

@@ -27,6 +27,9 @@ void dictthread(void*);
void drawthread(void*);
void imthread(void*);
Emit transmap(Im*, Rune);
Emit transko(Im*, Rune);
void backko(Im*);
void dictsend(Im*, Str*);
void srvthread(void*);