summaryrefslogtreecommitdiffstats
path: root/src/bar.c
AgeCommit message (Expand)Author
4 daysbar: Use atsigexit() to reset the barTavian Barnes
5 daysbar: Make SIGWINCH move the cursor out of the barTavian Barnes
11 daysbar: Defend bfs_bar::fd against signal handler racesTavian Barnes
2024-04-19Rename config.h to prelude.hTavian Barnes
2023-12-18config: s/attr_format/attr_printf/Tavian Barnes
2023-12-18config: New variadic attr(...) macroTavian Barnes
2023-11-09config: s/BFS_FORMATTER/attr_format/Tavian Barnes
2023-10-06bar: Replace volatile sig_atomic_t with actual atomicsTavian Barnes
2023-09-26dstring: New dchar typedef for dynamic stringsTavian Barnes
2023-05-18bar: Use USHRT_WIDTHTavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-04-16Source / Include Folder (#88)トトも