From: Arun Prakash Jana Date: Sun, 4 Feb 2018 17:24:58 +0000 (+0530) Subject: Better message for multi-copy X-Git-Tag: v1.7~18 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=19e5990d3aff82ba5cb0b309bf100bdbc05e722f;p=nnn.git Better message for multi-copy --- diff --git a/nnn.c b/nnn.c index 691902b8..b90776f5 100644 --- a/nnn.c +++ b/nnn.c @@ -2875,7 +2875,7 @@ nochange: g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry)); copystartid = cur; copybufpos = 0; - printmsg("copymode on"); + printmsg("multi-copy on"); DPRINTF_S("copymode on"); } else { static size_t len; @@ -2908,7 +2908,7 @@ nochange: if (!len) printmsg("files copied"); } else - printmsg("copymode off"); + printmsg("multi-copy off"); } goto nochange; case SEL_QUOTE: