From: Arun Prakash Jana Date: Sun, 24 Feb 2019 03:25:34 +0000 (+0530) Subject: Fix prompt X-Git-Tag: v2.4~108 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a34354409bf85385de6de08a7121f3185ae8a714;p=nnn.git Fix prompt --- 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;