Document exclusive attribute
This commit is contained in:
parent
5118e13aee
commit
40c6edf243
|
@ -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.
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user