@ -179,7 +179,7 @@ drawmenu(void)
if (lines > 0) {
/* draw vertical list */
for (item = curr; item != next; item = item->right)
drawitem(item, x - promptw, y += bh, mw);
drawitem(item, x - promptw, y += bh, mw - x);
} else if (matches) {
/* draw horizontal list */
x += inputw;
The note is not visible to the blocked user.