aboutsummaryrefslogtreecommitdiffstats
path: root/fm.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement open with editorverdant2026-07-281-0/+45
| | | | | Fork a child process to run the text editor. If the "EDITOR" envrionment variable is not set, fallback to "vi".
* Remove varaible "need_redraw" in fm_info, use global variableverdant2026-07-281-4/+5
|
* Fix pane heightverdant2026-07-271-1/+1
|
* Remove unused header file includingverdant2026-07-271-1/+0
|
* Move two util functions to the bottomverdant2026-07-271-17/+17
|
* Remove unused function: fm_printverdant2026-07-271-13/+0
|
* Fix -Wstrict-prototypes warningsverdant2026-07-271-3/+3
|
* Implement directory previewverdant2026-07-271-0/+1
|
* Refactor fmverdant2026-07-271-166/+244
|
* Fix use-after-free of pointer "buf"verdant2026-07-251-2/+1
|
* Fix format string vulnerability in file previewverdant2026-07-251-1/+1
|
* Free the memory of buf to avoid leakingverdant2026-07-251-1/+3
|
* 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