all repos — dmenu @ 1cf386446458d9b12f6bdca9e34a340c10f79c26

my build of dmenu

limit lines to input
Connor Lane Smith cls@lubutu.com
Thu, 13 Oct 2011 20:43:59 +0100
commit

1cf386446458d9b12f6bdca9e34a340c10f79c26

parent

8e302717cb2d03c79c2f372f5e0489ea54dbb440

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M dmenu.cdmenu.c

@@ -454,6 +454,7 @@ }

if(items) items[i].text = NULL; inputw = maxstr ? textw(dc, maxstr) : 0; + lines = MIN(lines, i); } void