aboutsummaryrefslogtreecommitdiffstats
path: root/src/fm.c
Commit message (Collapse)AuthorAgeFilesLines
* Print "empty" when preview a empty directoryverdant2026-08-031-0/+4
|
* Fix crash when scrolling in a empty directoryverdant2026-08-031-0/+3
| | | | Disable scrolling when it is a empty directory.
* Implement directory creatingverdant2026-08-031-0/+24
|
* Add global variable status_windowverdant2026-08-031-1/+4
|
* Initialize variable enveditorverdant2026-08-031-0/+1
|
* Refactor open_with_editor()verdant2026-07-281-13/+3
| | | | | Use spawn() instead of fork child process and execute external commands manually.
* Reset view state only on successful directory loadverdant2026-07-281-9/+12
|
* Remove unused definitionverdant2026-07-281-1/+0
|
* Add preview path caching to prevent redundant I/Overdant2026-07-281-9/+43
|
* Move source files to src/verdant2026-07-281-0/+463