Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Immanuel
/
nnn
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Include lines calculation in redraw
master
lostd
lostd
10 vuotta sitten
vanhempi
4fa2a99449
commit
4e818a3980
1 muutettua tiedostoa
jossa
4 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+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();
Write
Preview
Loading…
Peruuta
Tallenna