summaryrefslogtreecommitdiff
path: root/src/commands.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-08-14 21:06:14 +1000
committerMaxime Coste <mawww@kakoune.org>2024-08-14 21:06:14 +1000
commita0a000951e5569fc9af309dc329b759fe6e1d2e8 (patch)
tree1aac458e9c0dddfa8210d173c26edc1ba82b5d69 /src/commands.cc
parentc8f8548130d07c210d4fec0188f52633858ed228 (diff)
parent2ab35fbb23baad69792d4cf45a3af83e2227c5af (diff)
Merge remote-tracking branch 'arrufat/support-double-underline'
Diffstat (limited to 'src/commands.cc')
-rw-r--r--src/commands.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/commands.cc b/src/commands.cc
index 8446edf5..7c6fdb94 100644
--- a/src/commands.cc
+++ b/src/commands.cc
@@ -2483,8 +2483,9 @@ const CommandDesc set_face_cmd = {
" <fg color>[,<bg color>[,<underline color>]][+<attributes>][@<base>]\n"
"colors are either a color name, rgb:######, or rgba:######## values.\n"
"attributes is a combination of:\n"
- " u: underline, c: curly underline, i: italic, b: bold,\n"
- " r: reverse, s: strikethrough, B: blink, d: dim,\n"
+ " u: underline, c: curly underline, U: double underline,\n"
+ " i: italic, b: bold, r: reverse,\n"
+ " s: strikethrough, 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.\n"