diff options
| author | Ruslan Prokopchuk <fer.obbee@gmail.com> | 2018-10-26 15:29:21 +1100 |
|---|---|---|
| committer | Ruslan Prokopchuk <fer.obbee@gmail.com> | 2018-10-28 08:52:14 +1100 |
| commit | b65a6493aa3465fa1d8a5bfd050591cbbf8f77d7 (patch) | |
| tree | d45b682e0b63b69b226004415dbf6e0669cd2e07 /src | |
| parent | 3b40ab82f44afcdcda70b1162b5b130fadb22bdc (diff) | |
replace usage of the deprecated 'e' face attribute with the new 'F' one
and update set-face docstring
Diffstat (limited to 'src')
| -rw-r--r-- | src/commands.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/commands.cc b/src/commands.cc index 6c1ab1b5..50826f1c 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2100,7 +2100,9 @@ const CommandDesc set_face_cmd = { "colors are either a color name, or rgb:###### values.\n" "attributes is a combination of:\n" " u: underline, i: italic, b: bold, r: reverse,\n" - " B: blink, d: dim, e: exclusive\n" + " B: blink, d: dim,\n" + " f: final foreground, g: final background,\n" + " a: final attributes, F: same as +fga\n" "facespec can as well just be the name of another face", ParameterDesc{{}, ParameterDesc::Flags::None, 3, 3}, CommandFlags::None, |
