sfm

simple file manager
git clone https://git.afify.dev/sfm.git
Log | Files | Refs | README | LICENSE

commit a0c177107f8434675afaea0aef2e9ccf79d9d0e7
parent f4b6a109bdd5ea385cfe3489bb801dbdf3c9d2d9
Author: afify <hassan@afify.dev>
Date:   Wed, 26 May 2021 18:02:12 +0300

[fix] rmwatch if open file with mvfwd()

Diffstat:
Msfm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sfm.c b/sfm.c @@ -856,6 +856,7 @@ mvfwd(void) print_error(strerror(errno)); break; case 1: /* not a directory open file */ + rmwatch(cpane); tb_shutdown(); s = opnf(CURSOR(cpane).name); if (tb_init() != 0)