From: Arun Prakash Jana Date: Sun, 28 Jan 2018 07:14:29 +0000 (+0530) Subject: Show copymode on/off X-Git-Tag: v1.7~20 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1d067df0b57a2cf93b8bff67e0a0ad0df7fb2220;p=nnn.git Show copymode on/off --- diff --git a/nnn.c b/nnn.c index 15c35aeb..9686fe9e 100644 --- a/nnn.c +++ b/nnn.c @@ -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: