aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove a blank lineverdant4 days1-1/+0
|
* Remove redundant debug logging and commented codeverdant4 days1-3/+0
|
* Add path normalizationverdant4 days1-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 supportverdant4 days1-0/+4
|
* Fix a typoverdant4 days1-1/+1
| | | | handing -> handling
* Remove resize handlingverdant4 days1-9/+0
|
* Redraw when scrollingverdant4 days1-2/+11
|
* Move keypad() to ncurses_init()verdant4 days1-2/+0
|
* Reformat main.c and remove redundant commentsverdant4 days1-148/+80
|
* Implement main application loopverdant5 days1-0/+170