This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
End multi selection mode before link
master
Arun Prakash Jana
5 years ago
parent
9d23517d10
commit
6ba1e48e62
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/nnn.c
+ 2
- 0
src/nnn.c
View File
@@ -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 */
Write
Preview
Loading…
Cancel
Save