diff options
| author | verdant <im@verdant.ee> | 2026-07-23 18:59:22 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-23 18:59:22 +0800 |
| commit | 4fd1111d5b547af4c6db70407df6120db99ea501 (patch) | |
| tree | 5c4ae597c7f898b90bdaee8195e2dd4b4446def8 /fm.h | |
| parent | 80ac2501501f83f7c64a5591b2075468a5fab6b5 (diff) | |
| download | sf-master.tar.gz sf-master.zip | |
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 */ |
