| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | main: simplify render loop and use xsnprintf | verdant | 2026-08-06 | 1 | -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 main | verdant | 2026-08-03 | 1 | -1/+1 |
| | | |||||
| * | Refactor main loop to reduce unnecessary redraw operations | verdant | 2026-08-03 | 1 | -30/+32 |
| | | |||||
| * | Simplify directory preview logic with fm_preview_dir | verdant | 2026-07-28 | 1 | -11/+2 |
| | | |||||
| * | Move source files to src/ | verdant | 2026-07-28 | 1 | -0/+121 |
