From: Connor Lane Smith Date: Thu, 13 Oct 2011 19:43:59 +0000 (+0100) Subject: limit lines to input X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=commitdiff_plain;h=1cf386446458d9b12f6bdca9e34a340c10f79c26 limit lines to input --- diff --git a/dmenu.c b/dmenu.c index 5d11932..f105b56 100644 --- a/dmenu.c +++ b/dmenu.c @@ -454,6 +454,7 @@ readstdin(void) { if(items) items[i].text = NULL; inputw = maxstr ? textw(dc, maxstr) : 0; + lines = MIN(lines, i); } void