author | Andy Spencer <andy753421@gmail.com> | |
Tue, 24 Nov 2009 19:57:06 +0000 (19:57 +0000) | ||
committer | Andy Spencer <andy753421@gmail.com> | |
Tue, 24 Nov 2009 19:57:06 +0000 (19:57 +0000) | ||
commit | 2c4fc4eaf97bbcf9bb86a46a1089079d0cadeced | |
tree | 375c0d17872b076acf733320d62a20b57a5e18d2 | tree | snapshot |
parent | 3e66cb60df426faadef82b1c6a030c56c32f7e04 | commit | diff |
colors: Change config to use attribute list
Colors can now be specified with a comma separated list of attributes,
for example: `blue,bold,underline'.
Putting multiple colors in the list is probably a bad idea..
Existing `bright' colors should be converted to bold colors.
e.g. brightblue => blue,bold
Colors can now be specified with a comma separated list of attributes,
for example: `blue,bold,underline'.
Putting multiple colors in the list is probably a bad idea..
Existing `bright' colors should be converted to bold colors.
e.g. brightblue => blue,bold
NEWS | diff | blob | history | |
doc/config.sample | diff | blob | history | |
doc/ncmpc.1 | diff | blob | history | |
src/colors.c | diff | blob | history |