Sfoglia il codice sorgente

Copy last file name before refresh

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

+ 4
- 0
src/nnn.c Vedi File

@@ -3939,6 +3939,8 @@ nochange:
if (xlines != LINES || xcols != COLS) {
idle = 0;
setdirwatch();
if (ndents)
copycurname();
goto begin;
}

@@ -3946,6 +3948,8 @@ nochange:
if (idletimeout && idle == idletimeout) {
idle = 0;
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL);
if (ndents)
copycurname();
goto begin;
}



Loading…
Annulla
Salva