aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Delete stat moduleverdant2026-07-271-1/+0
|
* Fix path normalization in path_normalize()verdant2026-07-271-2/+10
|
* Implement directory previewverdant2026-07-271-1/+15
|
* Refactor main.cverdant2026-07-271-59/+31
|
* Remove a blank lineverdant2026-07-231-1/+0
|
* Remove redundant debug logging and commented codeverdant2026-07-231-3/+0
|
* Add path normalizationverdant2026-07-231-0/+13
| | | | | | Add a path_normalize() helper function to remove trailing slashes from directory paths, preventing potential issues with duplicate slashes in file operations.
* Add version option supportverdant2026-07-231-0/+4
|
* Fix a typoverdant2026-07-231-1/+1
| | | | handing -> handling
* Remove resize handlingverdant2026-07-231-9/+0
|
* Redraw when scrollingverdant2026-07-231-2/+11
|
* Move keypad() to ncurses_init()verdant2026-07-231-2/+0
|
* Reformat main.c and remove redundant commentsverdant2026-07-221-148/+80
|
* Implement main application loopverdant2026-07-211-0/+170