Clear selection after some operations (see notes)

Selection is cleared after successful:
- file removal
- batch rename
- link creation

However, selection is not cleared after:
- archive creation: user may want to delete the files after archiving
This commit is contained in:
Arun Prakash Jana 2020-06-15 19:05:44 +05:30
parent 251a9a2e9c
commit d9b8b0e821
No known key found for this signature in database
GPG key ID: A75979F35C080412

View file

@ -3005,6 +3005,7 @@ static int xlink(char *prefix, char *path, char *curfname, char *buf, int *prese
psel += len + 1; psel += len + 1;
} }
clearselection();
return count; return count;
} }
@ -5963,6 +5964,7 @@ nochange:
printwait(messages[MSG_FAILED], &presel); printwait(messages[MSG_FAILED], &presel);
goto nochange; goto nochange;
} }
clearselection();
refresh = TRUE; refresh = TRUE;
break; break;
case SEL_HELP: case SEL_HELP: