diff options
Diffstat (limited to 'fm.h')
| -rw-r--r-- | fm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,4 +61,6 @@ bool fm_preview_file(window *w, const char *path); int open_with_editor(char **argv); void magic_init(void); void magic_cleanup(void); +void create_status_bar_win(terminal *t); +void draw_status_bar(window *bar_win, const char *cwd); #endif /* SF_FM_H */ |
