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
Move mtimeorder to config.def.h
master
sin
hace 10 años
padre
cefb945e35
commit
162922b984
Se han
modificado 2 ficheros
con
2 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
config.def.h
+0
-2
noice.c
+ 2
- 0
config.def.h
Ver fichero
@@ -2,6 +2,8 @@
#define CURSR " > "
#define EMPTY " "
int mtimeorder = 0; /* set to 1 to sort by time in the default case */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
{ "\\.(png|jpg|gif)$", "feh" },
+ 0
- 2
noice.c
Ver fichero
@@ -72,8 +72,6 @@ struct entry {
time_t t;
};
int mtimeorder;
/*
* Layout:
* .---------
Escribir
Vista previa
Cargando…
Cancelar
Guardar