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
Do not clear buffer on selection end
master
Arun Prakash Jana
5 years ago
parent
17de5bfc27
commit
b340ecc257
No known key found for this signature in database
GPG Key ID:
A75979F35C080412
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/nnn.c
+ 0
- 1
src/nnn.c
View File
@@ -898,7 +898,6 @@ static void endselection(void)
if (selbufpos) { /* File path(s) written to the buffer */
writesel(pselbuf, selbufpos - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
selbufpos = 0;
}
}
Write
Preview
Loading…
Cancel
Save