From 71518966c2910745830bf55539e78070a0057b13 Mon Sep 17 00:00:00 2001 From: verdant Date: Mon, 3 Aug 2026 15:50:12 +0800 Subject: Add global variable status_window --- src/fm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fm.h') diff --git a/src/fm.h b/src/fm.h index e9e0fae..35af4eb 100644 --- a/src/fm.h +++ b/src/fm.h @@ -45,6 +45,8 @@ extern bool need_redraw; #define ENV_EDITOR 1 #define ENV_SF 2 +extern window *status_window; + file_list *fm_getdir(file_list *list, const char *path); fm_info *fm_init(terminal *t); void fm_getcwd(fm_info *info); -- cgit v1.2.3