Merge branch 'patch-column' into amused

This commit is contained in:
pbentes
2025-05-05 00:14:34 +01:00
2 changed files with 26 additions and 1 deletions

View File

@ -179,7 +179,7 @@ drawmenu(void)
if (lines > 0) {
/* draw vertical list */
for (item = curr; item != next; item = item->right)
drawitem(item, x, y += bh, mw - x);
drawitem(item, x - promptw, y += bh, mw);
} else if (matches) {
/* draw horizontal list */
x += inputw;