fork of 9front i guess
Find a file
cinap_lenrek 7295fa71a4 libdraw: fix wrong menusel() calculation for menuhit() (noticable with small fonts)
the text for a menu entry is drawn from:

y = textr.min.y + i*(font->height+Vspacing);

but we calculated the item from:

r = insetrect(textr);
i = (p.y - r.min.y) / (font->height+Vspacing);

the insetrect is wrong.
2013-01-08 03:45:49 +01:00
386
68000
68020
acme
adm/timezone
alpha
amd64 6c: extern register fix (import from patch/6c-extreg) 2012-09-18 18:18:43 +02:00
arm
lib fortunes: I don't want Javascript promises 2012-12-31 19:55:26 -06:00
mips
power
power64
rc cpu: make incoming cpu connections work with aan(8) by default 2012-12-21 21:11:28 +01:00
sparc
sparc64
sys libdraw: fix wrong menusel() calculation for menuhit() (noticable with small fonts) 2013-01-08 03:45:49 +01:00
.hgignore hgignore: ignore more stuff 2012-07-03 03:48:57 +02:00