Do not end selection mode before prompt/shell

This commit is contained in:
Arun Prakash Jana 2021-08-08 20:15:20 +05:30
parent 62a0486480
commit 49ee5b21e7
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -5257,7 +5257,7 @@ static bool prompt_run(const char *current)
static bool handle_cmd(enum action sel, const char *current, char *newpath)
{
endselection(TRUE);
endselection(FALSE);
if (sel == SEL_PROMPT)
return prompt_run(current);