diff options
Diffstat (limited to 'fm.h')
| -rw-r--r-- | fm.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -30,8 +30,10 @@ typedef struct { int needs_redraw; } fm_info; -void fm_getdir(fm_info *f); +void fm_getdir(fm_info *i, file_list *l, const char *path); fm_info *fm_init(terminal *t); void fm_getcwd(fm_info *f); -void fm_draw_entries(fm_info *f); +void fm_draw_entries(fm_info *i, int n, int m); +void fm_entries_scrool(terminal *t, fm_info *i, int n); +void fm_draw_right_window(fm_info *i); #endif /* SF_FM_H */ |
