Explorar el Código

Do not clear buffer on selection end

master
Arun Prakash Jana hace 5 años
padre
commit
b340ecc257
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/nnn.c

+ 0
- 1
src/nnn.c Ver fichero

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



Cargando…
Cancelar
Guardar