prefill the prompt when there's a single target

Fixes: #1505 #1282 #1345
This commit is contained in:
NRK 2022-10-12 00:46:17 +06:00
parent 38b7282050
commit e5074ebc83
1 changed files with 1 additions and 1 deletions

View File

@ -7538,7 +7538,7 @@ nochange:
if (r == 'f' || r == 'd')
tmp = xreadline(NULL, messages[MSG_NEW_PATH]);
else if (r == 's' || r == 'h')
tmp = xreadline(NULL,
tmp = xreadline(nselected == 1 ? xbasename(pselbuf) : NULL,
messages[nselected <= 1?MSG_NEW_PATH:MSG_LINK_PREFIX]);
else
tmp = NULL;