diff options
| author | 2018-11-22 20:19:32 +0530 | |
|---|---|---|
| committer | 2018-11-22 20:19:32 +0530 | |
| commit | 3297366b6536d252dff24c9926d3b414648409da (patch) | |
| tree | 3858dfa5d3accddfa7b931040ea628f738c8a245 | |
| parent | 48c14230a64798ed2e709149c494a1aa03212dd2 (diff) | |
| download | nnn-3297366b6536d252dff24c9926d3b414648409da.tar.gz | |
Update comments
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3381,7 +3381,7 @@ nochange: return; } /* switch (sel) */ - /* Screensaver */ + /* Locker */ if (idletimeout != 0 && idle == idletimeout) { idle = 0; spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT); @@ -3518,7 +3518,7 @@ int main(int argc, char *argv[]) idletimeout = opt * ((opt > 0) - (opt < 0)); } - /* Get the default copier, if set */ + /* Get the clipboard copier, if set */ copier = getenv("NNN_COPIER"); /* Enable quotes if opted */ |