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 * `B`: Blink
* `d`: Dim * `d`: Dim
* `i`: Italic * `i`: Italic
* `e`: Exclusive, override previous faces instead of merging with them
Using named faces instead of facespec permits to change the effective faces Using named faces instead of facespec permits to change the effective faces
afterwards. afterwards.

View File

@ -1543,7 +1543,7 @@ const CommandDesc face_cmd = {
"facespec format is <fg color>[,<bg color>][+<attributes>]\n" "facespec format is <fg color>[,<bg color>][+<attributes>]\n"
"colors are either a color name, or rgb:###### values.\n" "colors are either a color name, or rgb:###### values.\n"
"attributes is a combination of:\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" , "facespec can as well just be the name of another face" ,
ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2}, ParameterDesc{{}, ParameterDesc::Flags::None, 2, 2},
CommandFlags::None, CommandFlags::None,