Explorar el Código

limit lines to input

master
Connor Lane Smith hace 12 años
padre
commit
1cf3864464
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      dmenu.c

+ 1
- 0
dmenu.c Ver fichero

@@ -454,6 +454,7 @@ readstdin(void) {
if(items)
items[i].text = NULL;
inputw = maxstr ? textw(dc, maxstr) : 0;
lines = MIN(lines, i);
}

void


Cargando…
Cancelar
Guardar