Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Nov 22, 2018
1 parent 48c1423 commit 3297366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3381,7 +3381,7 @@ static void browse(char *ipath)
return;
} /* switch (sel) */

/* Screensaver */
/* Locker */
if (idletimeout != 0 && idle == idletimeout) {
idle = 0;
spawn(utils[LOCKER], NULL, NULL, NULL, F_NORMAL | F_SIGINT);
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 3297366

Please sign in to comment.