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
Fix screen not cleared with drag down on narrow terms
master
Arun Prakash Jana
4 vuotta sitten
vanhempi
0c966b2178
commit
6d13fce698
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/nnn.c
+ 2
- 0
src/nnn.c
Näytä tiedosto
@@ -5016,6 +5016,8 @@ static void redraw(char *path)
/* Fail redraw if < than 10 columns, context info prints 10 chars */
if (ncols < MIN_DISPLAY_COLS) {
/* Clear from last entry to end */
clrtobot();
printmsg(messages[MSG_FEW_COLUMNS]);
return;
}
Write
Preview
Loading…
Peruuta
Tallenna