summaryrefslogtreecommitdiffstats
path: root/src/color.c
Commit message (Expand)AuthorAgeFilesLines
* color: New %pq formatter for shell-escaped stringsTavian Barnes2023-06-161-0/+18
* color: `fi=0` should not fall back to `no`Tavian Barnes2023-06-081-4/+4
* Switch from assert() to bfs_assert()/bfs_verify()Tavian Barnes2023-05-181-3/+2
* Use bfs_bug("...") over assert(!"...")Tavian Barnes2023-05-181-1/+2
* config: Provide <stdalign.h> and <stdbool.h>Tavian Barnes2023-05-111-1/+0
* Replace license boilerplate with SPDX tagsTavian Barnes2023-01-251-15/+2
* bfstd: New wrappers for dirname()/basename()Tavian Barnes2023-01-191-1/+1
* Add BFS_FORMATTER() to vprintf()-type functions tooTavian Barnes2022-12-081-0/+2
* expr: Rename bfs_expr_has_children() to _is_parent()Tavian Barnes2022-12-051-1/+1
* expr: Remove the singleton bfs_{true,false} expressionsTavian Barnes2022-11-301-0/+4
* bfstd: Rename from util and reorganize itTavian Barnes2022-11-061-1/+1
* color: Avoid dynamic allocation in get_ext_color()Tavian Barnes2022-11-011-11/+19
* trie: Make leaves into a linked listTavian Barnes2022-10-291-5/+2
* color: Add a (void) prototypeTavian Barnes2022-10-171-1/+1
* color: Don't colorize capable files by defaultTavian Barnes2022-05-111-1/+1
* color: Only check ln=target onceTavian Barnes2022-05-111-7/+7
* Source / Include Folder (#88)トトも2022-04-161-0/+1125