popup: show the candidate page

This commit is contained in:
2026-08-14 20:06:53 +09:00
parent 193ed009bd
commit e4fc327ffd
9 changed files with 110 additions and 7 deletions

1
fn.h
View File

@@ -29,6 +29,7 @@ void dictlookup(Dictreq*, Dictres*);
void drawthread(void*);
void popupposition(Caret*, int, int, int, int, int, int, int*, int*);
int pagemarker(char*, int, int, int, int);
void imthread(void*);
Emit transmap(Im*, Rune);
Emit transko(Im*, Rune);