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
dict.c
View File

@@ -12,6 +12,7 @@ dictlookup(Dictreq *req, Dictres *res)
res->key = req->pre;
res->nkouho = 0;
res->lang = req->lang;
if(req->key.n == 0)
return;
l = getlang(req->lang);