mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Show copymode on/off
This commit is contained in:
parent
1f87bb3bcb
commit
1d067df0b5
4
nnn.c
4
nnn.c
|
@ -2874,6 +2874,7 @@ nochange:
|
||||||
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
|
g_crc = crc8fast((uchar *)dents, ndents * sizeof(struct entry));
|
||||||
copystartid = cur;
|
copystartid = cur;
|
||||||
copybufpos = 0;
|
copybufpos = 0;
|
||||||
|
printmsg("copymode on");
|
||||||
DPRINTF_S("copymode on");
|
DPRINTF_S("copymode on");
|
||||||
} else {
|
} else {
|
||||||
static size_t len;
|
static size_t len;
|
||||||
|
@ -2905,7 +2906,8 @@ nochange:
|
||||||
DPRINTF_S(pcopybuf);
|
DPRINTF_S(pcopybuf);
|
||||||
if (!len)
|
if (!len)
|
||||||
printmsg("files copied");
|
printmsg("files copied");
|
||||||
}
|
} else
|
||||||
|
printmsg("copymode off");
|
||||||
}
|
}
|
||||||
goto nochange;
|
goto nochange;
|
||||||
case SEL_QUOTE:
|
case SEL_QUOTE:
|
||||||
|
|
Loading…
Reference in a new issue