From 9403d527208e12900e601420acdfd7813de592b9 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Sat, 1 Dec 2018 00:21:18 +0530 Subject: [PATCH] Use the same term --- src/nnn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nnn.c b/src/nnn.c index a49bd34d..cefcc8b1 100644 --- a/src/nnn.c +++ b/src/nnn.c @@ -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; } -- 2.48.1