oops, im dumb

i guess this means a 0.3.1 release
This commit is contained in:
speedie 2023-03-18 16:03:44 +01:00
parent 45a46fa4a3
commit d12c49df2c

View file

@ -699,7 +699,8 @@ setup(void)
mh = (lines + 1) * bh; // lines + 1 * bh is the menu height mh = (lines + 1) * bh; // lines + 1 * bh is the menu height
if (menuposition == 2) promptw = (prompt && *prompt) ? TEXTWM(prompt) - lrpad / 4 : 0; // prompt width promptw = (prompt && *prompt)
? pango_prompt ? TEXTWM(prompt) : TEXTW(prompt) - lrpad / 4 : 0; // prompt width
// get accurate width // get accurate width
if (accuratewidth) { if (accuratewidth) {