Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit 33eae8adb659100a85914b90871fa472c93be69b Author: Raniconduh <clagv.randomgames@gmail.com> Date: Mon May 09 09:03:18 2022 +0000 unmark all files upon paste diff --git a/src/commands.c b/src/commands.c index 316a3fa..1776015 100644 --- a/src/commands.c +++ b/src/commands.c @@ -1086 +1087 @@ void free_cuts(void) {     free(cut_start_dir);   cut_start_dir = NULL; + n_marked_files = 0;  }