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

4
dat.h
View File

@@ -28,7 +28,7 @@ enum
Maxkouho = 32,
Maxdisp = 9,
Imgw = (Maxrunes + 3) * Fontsz,
Imgh = (Maxdisp + 1) * Fontsz,
Imgh = (Maxdisp + 2) * Fontsz,
Colfg = 0x000000,
Colbg = 0xffffff,
@@ -132,6 +132,8 @@ struct Drawcmd
Str kouho[Maxdisp];
int nkouho;
int sel;
int first;
int total;
Caret caret;
};