mirror of
https://github.com/jarun/nnn.git
synced 2025-01-24 01:36:53 +00:00
Fix comment
This commit is contained in:
parent
71ece08aad
commit
2d87145fa2
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue