Selaa lähdekoodia

Include lines calculation in redraw

master
lostd lostd 10 vuotta sitten
vanhempi
commit
4e818a3980
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  1. +4
    -1
      noice.c

+ 4
- 1
noice.c Näytä tiedosto

@@ -214,8 +214,11 @@ begin:
qsort(dents, n, sizeof(*dents), dentcmp);

for (;;) {
int nlines = MIN(LINES - 4, n);
int nlines;

redraw:
nlines = MIN(LINES - 4, n);

/* Clean screen */
erase();



Loading…
Peruuta
Tallenna