summaryrefslogtreecommitdiffstats
path: root/src/color.h
AgeCommit message (Expand)Author
2024-04-19Rename config.h to prelude.hTavian Barnes
2024-03-11Re-run include-what-you-useTavian Barnes
2024-02-06color: New API to check if stat() is necessaryTavian 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-09-26dstring: New dchar typedef for dynamic stringsTavian Barnes
2023-07-13color: TTY-escape filenamesTavian Barnes
2023-06-30color: Don't print unnecessary reset sequencesTavian Barnes
2023-06-16color: New %pq formatter for shell-escaped stringsTavian Barnes
2023-05-11config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes
2023-01-25Replace license boilerplate with SPDX tagsTavian Barnes
2022-12-08Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes
2022-11-06config: Split out some of util.h into a new headerTavian Barnes
2022-04-16Source / Include Folder (#88)トトも