diff options
-rw-r--r-- | dmenu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -454,6 +454,7 @@ readstdin(void) { if(items) items[i].text = NULL; inputw = maxstr ? textw(dc, maxstr) : 0; + lines = MIN(lines, i); } void |
index : forks/dmenu | |
Local fork of suckless/dmenu with patches applied |
summaryrefslogtreecommitdiff |
-rw-r--r-- | dmenu.c | 1 |
@@ -454,6 +454,7 @@ readstdin(void) { if(items) items[i].text = NULL; inputw = maxstr ? textw(dc, maxstr) : 0; + lines = MIN(lines, i); } void |