Height hard set at number of lines #64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I do
printf "test\ntest" | wmenu -l 50the resulting wmenu window is 50 lines long covering the whole screen even when there are only 2 menu items.
Is this intended? I expected if the number of lines is less than the -l option then the wmenu window would only be big enough to show all the lines.
Yes, this was intended. However, it seems dmenu doesn't behave this way. I'd be willing to accept a patch to bring wmenu's behavior in line with dmenu's.
I'm not a developer, this works but I'm sure it not correct?