Parcourir la source

Auto-proceed to next entry in selection mode

master
Arun Prakash Jana il y a 6 ans
Parent
révision
9a3786f94d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
1 fichiers modifiés avec 7 ajouts et 2 suppressions
  1. +7
    -2
      src/nnn.c

+ 7
- 2
src/nnn.c Voir le fichier

@@ -3977,6 +3977,11 @@ nochange:
appendfpath(newpath, r);

++ncp;
dents[cur].flags |= FILE_COPIED;

/* move cursor to the next entry if this is not the last entry */
if (cur != ndents - 1)
move_cursor((cur + 1) % ndents, 0);
} else {
r = mkpath(path, dents[cur].name, newpath);

@@ -3990,9 +3995,9 @@ nochange:

writecp(newpath, r - 1); /* Truncate NULL from end */
spawn(copier, NULL, NULL, NULL, F_NOTRACE);
}

dents[cur].flags |= FILE_COPIED;
dents[cur].flags |= FILE_COPIED;
}
break;
case SEL_COPYMUL:
cfg.copymode ^= 1;


Chargement…
Annuler
Enregistrer