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
Inline printmsg
master
Arun Prakash Jana
hace 6 años
padre
459b2cceb8
commit
a94daefcff
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
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
src/nnn.c
+ 1
- 1
src/nnn.c
Ver fichero
@@ -574,7 +574,7 @@ static char *xitoa(uint val)
}
/* Messages show up at the bottom */
static void printmsg(const char *msg)
static
inline
void printmsg(const char *msg)
{
mvprintw(xlines - 1, 0, "%s\n", msg);
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar