aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
Commit message (Expand)AuthorAgeFilesLines
* Free memory before returningverdant2026-07-251-0/+1
* Remove unused codeverdant2026-07-251-1/+0
* Free memory before returningverdant2026-07-251-0/+2
* fm: implement directory listing with scrolling and file previewverdant2026-07-231-1/+210
* Add scroll state and redraw tracking to fm_infoverdant2026-07-231-0/+6
* Remove unnecessary wborder callverdant2026-07-231-1/+0
* Fix window positioning and height calculationverdant2026-07-231-2/+2
* Reformat fm.cverdant2026-07-221-38/+40
* Implement initialize and creating windows for file managerverdant2026-07-211-0/+51