version bump prior to release
Applied the listfullwidth patch by Alex Cole so the prompt no longer indents the list and we have a better use of our scarce display width: https://tools.suckless.org/dmenu/patches/listfullwidth/
Add optional wrap around to top/bottom of list
When paging up on the first item or down on the last item, the selection
will jump to the bottom or top item, respectively. This behavior is
disabled by default but can be enabled by setting the DMENU_WRAP_AROUND
environment variable.
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
Add grid/column support via -g flag; Fix initialindex -idx to work >1st page
bump version to 5.0
... and bump LICENSE year.
Add managed patch to allow dmenu to run with -wm to set override_redirect=false
Add scroll patch so that text is no longer cut off while inputting text
Only show the numerator number if the numerator and denometer are equal
Add highlight patch and padding for center patch