display: blank the status bar for a copy operation, like for cut & paste

This way an earlier "Copied nothing" or other message cannot confuse
the user.
master
Benno Schulenberg 2020-04-03 16:34:27 +02:00
parent 9a67d7958f
commit 1a2c9044d7
1 changed files with 2 additions and 0 deletions

View File

@ -577,6 +577,8 @@ void copy_text(void)
cutbuffer = NULL;
}
wipe_statusbar();
if (openfile->mark) {
copy_marked_region();
return;