aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-28 14:40:38 +0800
committerverdant <im@verdant.ee>2026-07-28 14:46:21 +0800
commit81f3312cc234af234d325f40362e08777a4ffe35 (patch)
treec6ab12dce5334d6fb7e285701bb60cfa325b38a8 /fm.h
parent817d03e9a1f88ea09bf4b90b2d1f60ae88ed195e (diff)
downloadsf-81f3312cc234af234d325f40362e08777a4ffe35.tar.gz
sf-81f3312cc234af234d325f40362e08777a4ffe35.zip
Remove varaible "need_redraw" in fm_info, use global variable
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h1
1 files changed, 0 insertions, 1 deletions
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);