summaryrefslogtreecommitdiffstats
path: root/src/bar.c
AgeCommit message (Collapse)Author
9 daysbfstd: New helper for open(ctermid())Tavian Barnes
2024-05-16bar: Use atsigexit() to reset the barTavian Barnes
2024-05-15bar: Make SIGWINCH move the cursor out of the barTavian Barnes
2024-05-09bar: Defend bfs_bar::fd against signal handler racesTavian Barnes
This is not currently a problem because bfs_bar_hide() is only ever called while single-threaded, but we might as well program defensively.
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
And while I'm at it, remove years from copyright declarations. Link: https://spdx.dev/about/ Link: https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
2022-11-06Fix includesTavian Barnes
2022-11-06bfstd: Rename from util and reorganize itTavian Barnes
2022-04-16Source / Include Folder (#88)トトも
Moved Source Files Into `src` Folder