Преглед изворни кода

limit lines to input

master
Connor Lane Smith пре 12 година
родитељ
комит
1cf3864464
1 измењених фајлова са 1 додато и 0 уклоњено
  1. +1
    -0
      dmenu.c

+ 1
- 0
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


Loading…
Откажи
Сачувај