diff options
| -rw-r--r-- | nnn.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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: |