mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Fix prompt
This commit is contained in:
parent
8cccc79b48
commit
a34354409b
|
@ -3635,8 +3635,8 @@ nochange:
|
||||||
{
|
{
|
||||||
switch (sel) {
|
switch (sel) {
|
||||||
case SEL_ARCHIVE:
|
case SEL_ARCHIVE:
|
||||||
r = get_input("archive selection (else current)? [s]");
|
r = get_input("archive selection (else current)? [y/Y]");
|
||||||
if (r == 's') {
|
if (r == 'y' || r == 'Y') {
|
||||||
if (!cpsafe())
|
if (!cpsafe())
|
||||||
goto nochange;
|
goto nochange;
|
||||||
tmp = NULL;
|
tmp = NULL;
|
||||||
|
|
Loading…
Reference in a new issue