diff options
author | sin <sin@2f30.org> | 2015-11-26 16:05:13 +0000 |
---|---|---|
committer | sin <sin@2f30.org> | 2015-11-26 16:05:13 +0000 |
commit | 2d87145fa23f582baf9d057a295a007e5c0a873b (patch) | |
tree | 17971f347899a56d8d321498acbd6a974de8d982 /config.def.h | |
parent | 71ece08aad38de2e938d7f378b00ef8360922336 (diff) | |
download | nnn-2d87145fa23f582baf9d057a295a007e5c0a873b.tar.gz |
Fix comment
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index beae17d..4b12846 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ #define CURSR " > " #define EMPTY " " -int mtimeorder = 0; /* Set to 1 to sort by time in the default case */ +int mtimeorder = 0; /* Set to 1 to sort by time modified */ int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */ char *idlecmd = "rain"; /* The screensaver program */ |