]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/terminal-util: define all foreground colors
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Jul 2020 08:13:58 +0000 (10:13 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Jul 2020 13:04:15 +0000 (15:04 +0200)
commit66bb00590faa093e1012aa2033304625be5e1208
tree7316f3920a35925956aa10b29441afddefb7ccad
parent82ff544160aa2aa04cdd5c3f158135f7d61b8542
basic/terminal-util: define all foreground colors

We would add and remove definitions based on which colors were used by other
code. Let's just define all of them to simplify tests and allow easy comparisons
which colors look good.
src/basic/terminal-util.h
src/test/test-terminal-util.c