chiark / gitweb /
terminal/screen: perform bold->light conversion only on foreground
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 Oct 2014 13:49:26 +0000 (15:49 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 5 Oct 2014 13:49:26 +0000 (15:49 +0200)
commit34dbefceb1377ccd7871e183d7791f76fe879e73
tree28eae95ed4df621af51913aa485cc7ca45d134ec
parent378c4eed029eb37eec31e56bd82ca5df2dee1e73
terminal/screen: perform bold->light conversion only on foreground

Bold glyphs always use light colors. However, this color conversion is
limited to the foreground color, so skip it for backgrounds.
src/libsystemd-terminal/term-parser.c