Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Move mtimeorder to config.def.h
master
sin
10 anni fa
parent
cefb945e35
commit
162922b984
2 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
config.def.h
+0
-2
noice.c
+ 2
- 0
config.def.h
Vedi File
@@ -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
Vedi File
@@ -72,8 +72,6 @@ struct entry {
time_t t;
};
int mtimeorder;
/*
* Layout:
* .---------
Write
Preview
Loading…
Annulla
Salva