From 81f3312cc234af234d325f40362e08777a4ffe35 Mon Sep 17 00:00:00 2001 From: verdant Date: Tue, 28 Jul 2026 14:40:38 +0800 Subject: Remove varaible "need_redraw" in fm_info, use global variable --- fm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fm.h') diff --git a/fm.h b/fm.h index a74a944..4acf2d6 100644 --- a/fm.h +++ b/fm.h @@ -33,7 +33,6 @@ typedef struct { char got_dir[PATH_MAX]; char cwd[PATH_MAX]; int top, bottom; - bool need_redraw; } fm_info; file_list *fm_getdir(file_list *list, const char *path); -- cgit v1.2.3