aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* main: simplify render loop and use xsnprintfverdant2026-08-061-36/+31
| | | | | | | Refactor the event loop in main.c: - Replace duplicated snprintf checks with xsnprintf() wrapper - Restructure render logic and ensure need_redraw is reset properly - Handle user input when redraw is not immediately required
* Remove timeout call before event loop in mainverdant2026-08-031-1/+1
|
* Refactor main loop to reduce unnecessary redraw operationsverdant2026-08-031-30/+32
|
* Simplify directory preview logic with fm_preview_dirverdant2026-07-281-11/+2
|
* Move source files to src/verdant2026-07-281-0/+121