mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Better message for multi-copy
This commit is contained in:
parent
991ef57340
commit
19e5990d3a
4
nnn.c
4
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:
|
||||
|
|
Loading…
Reference in a new issue