mirror of
https://github.com/jarun/nnn.git
synced 2025-03-20 05:19:43 +00:00
Move mtimeorder to config.def.h
This commit is contained in:
parent
cefb945e35
commit
162922b984
2 changed files with 2 additions and 2 deletions
|
@ -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" },
|
||||
|
|
2
noice.c
2
noice.c
|
@ -72,8 +72,6 @@ struct entry {
|
|||
time_t t;
|
||||
};
|
||||
|
||||
int mtimeorder;
|
||||
|
||||
/*
|
||||
* Layout:
|
||||
* .---------
|
||||
|
|
Loading…
Add table
Reference in a new issue