From b65a6493aa3465fa1d8a5bfd050591cbbf8f77d7 Mon Sep 17 00:00:00 2001 From: Ruslan Prokopchuk Date: Fri, 26 Oct 2018 15:29:21 +1100 Subject: replace usage of the deprecated 'e' face attribute with the new 'F' one and update set-face docstring --- src/commands.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') 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, -- cgit v1.2.3