Browse Source

Better msg if nothing in selection

master
Arun Prakash Jana 6 years ago
parent
commit
419f365e88
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c View File

@@ -3109,7 +3109,7 @@ nochange:
if (copybufpos)
showcplist();
else
printmsg("selection off");
printmsg("none selected");
goto nochange;
case SEL_CP:
case SEL_MV:


Loading…
Cancel
Save