mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Do not end selection mode before prompt/shell
This commit is contained in:
parent
62a0486480
commit
49ee5b21e7
|
@ -5257,7 +5257,7 @@ static bool prompt_run(const char *current)
|
||||||
|
|
||||||
static bool handle_cmd(enum action sel, const char *current, char *newpath)
|
static bool handle_cmd(enum action sel, const char *current, char *newpath)
|
||||||
{
|
{
|
||||||
endselection(TRUE);
|
endselection(FALSE);
|
||||||
|
|
||||||
if (sel == SEL_PROMPT)
|
if (sel == SEL_PROMPT)
|
||||||
return prompt_run(current);
|
return prompt_run(current);
|
||||||
|
|
Loading…
Reference in a new issue