diff options
| author | 2018-12-01 00:21:18 +0530 | |
|---|---|---|
| committer | 2018-12-01 00:21:18 +0530 | |
| commit | 9403d527208e12900e601420acdfd7813de592b9 (patch) | |
| tree | 7efa5e0ef37e2e975aa94150df23912c41931d77 | |
| parent | 33b22b8560251d4aa19d81f686d40fab603ea1f7 (diff) | |
| download | nnn-9403d527208e12900e601420acdfd7813de592b9.tar.gz | |
Use the same term
| -rw-r--r-- | src/nnn.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |