From a34354409bf85385de6de08a7121f3185ae8a714 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sun, 24 Feb 2019 08:55:34 +0530 Subject: [PATCH] Fix prompt --- src/nnn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index 55378aa9..a273c825 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -3635,8 +3635,8 @@ nochange: { switch (sel) { case SEL_ARCHIVE: - r = get_input("archive selection (else current)? [s]"); - if (r == 's') { + r = get_input("archive selection (else current)? [y/Y]"); + if (r == 'y' || r == 'Y') { if (!cpsafe()) goto nochange; tmp = NULL;