mirror of
https://github.com/jarun/nnn.git
synced 2025-01-09 09:31:09 +00:00
End multi selection mode before link
This commit is contained in:
parent
9d23517d10
commit
6ba1e48e62
|
@ -2050,6 +2050,8 @@ static int xlink(char *suffix, char *path, char *buf, int *presel, int type)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
endselection();
|
||||||
|
|
||||||
if (type == 's') /* symbolic link */
|
if (type == 's') /* symbolic link */
|
||||||
link_fn = &symlink;
|
link_fn = &symlink;
|
||||||
else /* hard link */
|
else /* hard link */
|
||||||
|
|
Loading…
Reference in a new issue