]> Sergey Matveev's repositories - nnn.git/commitdiff
Use the same term
authorArun Prakash Jana <engineerarun@gmail.com>
Fri, 30 Nov 2018 18:51:18 +0000 (00:21 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Fri, 30 Nov 2018 18:51:18 +0000 (00:21 +0530)
src/nnn.c

index a49bd34d549eade6e8302c437f7439b4df6b23ed..cefcc8b12daedd93a829a5d1f42936fb84df1c5d 100644 (file)
--- 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;
                        }