Sfoglia il codice sorgente

Fix screen not cleared with drag down on narrow terms

master
Arun Prakash Jana 5 anni fa
parent
commit
6d13fce698
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/nnn.c

+ 2
- 0
src/nnn.c Vedi File

@@ -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;
}


Loading…
Annulla
Salva