Use the same term

This commit is contained in:
Arun Prakash Jana 2018-12-01 00:21:18 +05:30
parent 33b22b8560
commit 9403d52720
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -2370,7 +2370,7 @@ static void redraw(char *path)
if (cfg.copymode)
if (g_crc != crc8fast((uchar *)dents, ndents * sizeof(struct entry))) {
cfg.copymode = 0;
DPRINTF_S("copymode off");
DPRINTF_S("selection off");
}
/* Fail redraw if < than 11 columns, context info prints 10 chars */
@ -3047,7 +3047,7 @@ nochange:
copybufpos = 0;
ncp = 0;
printmsg("selection on");
DPRINTF_S("copymode on");
DPRINTF_S("selection on");
goto nochange;
}