diff options
| author | verdant <im@verdant.ee> | 2026-07-28 20:28:25 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-28 20:44:30 +0800 |
| commit | 19e0828979724e409e7da545976d93f5c2e82381 (patch) | |
| tree | aa50b22a631efa19670be5e7d5ff8e1af3208ee8 /src/fm.h | |
| parent | 9bffcafa9ae0c38103a8c64b3482bb099e792869 (diff) | |
| download | sf-19e0828979724e409e7da545976d93f5c2e82381.tar.gz sf-19e0828979724e409e7da545976d93f5c2e82381.zip | |
Add preview path caching to prevent redundant I/O
Diffstat (limited to 'src/fm.h')
| -rw-r--r-- | src/fm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ void fm_draw_file_stream(window *w, FILE *fp); void fm_cd_up(fm_info *i); void fm_cd_down(fm_info *i); bool fm_preview_file(window *w, const char *path); +bool fm_preview_dir(fm_info *info, const char *path); int open_with_editor(char **argv); void magic_init(void); void magic_cleanup(void); |
