diff options
| -rw-r--r-- | dmenu-wl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -235,6 +235,7 @@ generate_matches() options.last_match = substrend; } options.selection = options.first_match; + calculate_scroll(); } |
| index : suckless/wayland/dmenu-wl | ||
| Dynamic Menu for Wayland | Nathan Reiner <nathan@nathanreiner.xyz> |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | dmenu-wl.c | 1 |
@@ -235,6 +235,7 @@ generate_matches() options.last_match = substrend; } options.selection = options.first_match; + calculate_scroll(); } |