fix candidate popup bounds

This commit is contained in:
2026-08-11 19:34:27 +09:00
parent 7b40ef419f
commit 4bfb659b6d
2 changed files with 14 additions and 5 deletions

6
dat.h
View File

@@ -27,9 +27,9 @@ enum
{
Maxclients = 64,
Maxkouho = 32,
Maxdisp = 8,
Imgw = 512,
Imgh = Maxdisp * Fontsz + 8,
Maxdisp = 9,
Imgw = (Maxrunes + 3) * Fontsz,
Imgh = (Maxdisp + 1) * Fontsz,
Colfg = 0x000000,
Colbg = 0xffffff,