Document exclusive attribute

This commit is contained in:
Maxime Coste 2015-10-23 13:48:32 +01:00
parent 5118e13aee
commit 40c6edf243
2 changed files with 2 additions and 1 deletions

View File

@ -787,6 +787,7 @@ attributes is a string of letters each defining an attributes:
* `B`: Blink
* `d`: Dim
* `i`: Italic
* `e`: Exclusive, override previous faces instead of merging with them
Using named faces instead of facespec permits to change the effective faces
afterwards.

View File

@ -1543,7 +1543,7 @@ const CommandDesc face_cmd = {
"facespec format is <fg color>[,<bg color>][+<attributes>]\n"
"colors are either a color name, or rgb:###### values.\n"
"attributes is a combination of:\n"
" u: underline, r: reverse, b: bold, B: blink, d: dim\n"
" u: underline, r: reverse, b: bold, B: blink, d: dim, e: exclusive\n"
"facespec can as well just be the name of another face" ,
ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2},
CommandFlags::None,