last commit was wrong, and im stupid

This commit is contained in:
speedie 2023-04-21 11:42:36 +02:00
parent 50f37c839b
commit d479d1d7f2

View file

@ -304,7 +304,7 @@ calcoffsets(void)
if (!strcmp(capstext, "")) if (!strcmp(capstext, ""))
capsWidth = 0; capsWidth = 0;
n = mw - (promptw + inputw + larrowWidth + rarrowWidth + modeWidth + numberWidth + capsWidth + 2 * borderwidth + menumarginv); n = mw - (promptw + inputw + larrowWidth + rarrowWidth + modeWidth + numberWidth + capsWidth + menumarginv);
} }
// calculate which items will begin the next page // calculate which items will begin the next page