Show copymode on/off

This commit is contained in:
Arun Prakash Jana 2018-01-28 12:44:29 +05:30
parent 1f87bb3bcb
commit 1d067df0b5
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 1 deletions

4
nnn.c
View File

@ -2874,6 +2874,7 @@ nochange:
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
copystartid = cur;
copybufpos = 0;
printmsg("copymode on");
DPRINTF_S("copymode on");
} else {
static size_t len;
@ -2905,7 +2906,8 @@ nochange:
DPRINTF_S(pcopybuf);
if (!len)
printmsg("files copied");
}
} else
printmsg("copymode off");
}
goto nochange;
case SEL_QUOTE: