From 3297366b6536d252dff24c9926d3b414648409da Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 22 Nov 2018 20:19:32 +0530 Subject: [PATCH] Update comments --- src/nnn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index 4e0f6d37..717628d5 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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 */