emoji: add one-shot candidate search

This commit is contained in:
2026-08-11 22:24:59 +09:00
parent 82276bf37f
commit 0fff17c8b8
14 changed files with 891 additions and 346 deletions

1
dat.h
View File

@@ -156,6 +156,7 @@ struct Dictres
Str key;
Str kouho[Maxkouho];
int nkouho;
int lang;
};
extern Lang langs[];