mirror of
https://github.com/jarun/nnn.git
synced 2025-03-13 02:04:03 +00:00
Set num files selected in single select mode
This commit is contained in:
parent
7335deb022
commit
1ca1705219
1 changed files with 1 additions and 0 deletions
|
@ -4110,6 +4110,7 @@ nochange:
|
||||||
writecp(newpath, r - 1); /* Truncate NULL from end */
|
writecp(newpath, r - 1); /* Truncate NULL from end */
|
||||||
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
|
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
|
||||||
|
|
||||||
|
nselected = 1;
|
||||||
dents[cur].flags |= FILE_SELECTED;
|
dents[cur].flags |= FILE_SELECTED;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue