mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Update comments
This commit is contained in:
parent
48c14230a6
commit
3297366b65
|
@ -3381,7 +3381,7 @@ nochange:
|
||||||
return;
|
return;
|
||||||
} /* switch (sel) */
|
} /* switch (sel) */
|
||||||
|
|
||||||
/* Screensaver */
|
/* Locker */
|
||||||
if (idletimeout != 0 && idle == idletimeout) {
|
if (idletimeout != 0 && idle == idletimeout) {
|
||||||
idle = 0;
|
idle = 0;
|
||||||
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT);
|
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));
|
idletimeout = opt * ((opt > 0) - (opt < 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Get the default copier, if set */
|
/* Get the clipboard copier, if set */
|
||||||
copier = getenv("NNN_COPIER");
|
copier = getenv("NNN_COPIER");
|
||||||
|
|
||||||
/* Enable quotes if opted */
|
/* Enable quotes if opted */
|
||||||
|
|
Loading…
Reference in a new issue