popup: show the candidate page
This commit is contained in:
4
dat.h
4
dat.h
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user