diff options
-rw-r--r-- | dmenu.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -454,6 +454,7 @@ readstdin(void) { | |||
454 | if(items) | 454 | if(items) |
455 | items[i].text = NULL; | 455 | items[i].text = NULL; |
456 | inputw = maxstr ? textw(dc, maxstr) : 0; | 456 | inputw = maxstr ? textw(dc, maxstr) : 0; |
457 | lines = MIN(lines, i); | ||
457 | } | 458 | } |
458 | 459 | ||
459 | void | 460 | void |