projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025c7f0
)
Clear selection file on clear selection
author
Arun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 17:32:44 +0000 (23:02 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Mon, 30 Sep 2019 17:32:44 +0000 (23:02 +0530)
src/nnn.c
patch
|
blob
|
history
diff --git
a/src/nnn.c
b/src/nnn.c
index 84c0d5f788dada50f155db2d351e2a911dfe8ede..a5d8792c63c906e4a0dfc32c1f72c4e44635ce8c 100644
(file)
--- a/
src/nnn.c
+++ b/
src/nnn.c
@@
-4123,6
+4123,7
@@
nochange:
nselected = 0;
selbufpos = 0;
cfg.selmode = 0;
+ writesel(NULL, 0);
break;
} // fallthrough
case SEL_SELALL: