]> git.ipfire.org Git - thirdparty/lldpd.git/commit
client: use bold instead of a color for command completions
authorVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2019 06:58:38 +0000 (08:58 +0200)
committerVincent Bernat <vincent@bernat.ch>
Sat, 4 May 2019 06:58:38 +0000 (08:58 +0200)
commitfbb30189306c6fdf4cad5ad46ec440f458420555
tree605f02f79e559c31cf7e7ea02d52a266f58a130f
parent26b82f3f7c35e07416a5e288620eb88f71c8eaf8
client: use bold instead of a color for command completions

The color needs to be readable on both light and dark backgrounds and
should be readable on most themes. 1;35m would be a fit, but let's
stay safe by just using bold.

Fix #326
src/client/commands.c