Selaa lähdekoodia

Do not clear buffer on selection end

master
Arun Prakash Jana 5 vuotta sitten
vanhempi
commit
b340ecc257
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. +0
    -1
      src/nnn.c

+ 0
- 1
src/nnn.c Näytä tiedosto

@@ -898,7 +898,6 @@ static void endselection(void)
if (selbufpos) { /* File path(s) written to the buffer */
writesel(pselbuf, selbufpos - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
selbufpos = 0;
}
}



Loading…
Peruuta
Tallenna