diff options
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, |
