Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Do not clear buffer on selection end
master
Arun Prakash Jana
hace 5 años
padre
17de5bfc27
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
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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;
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar