From 2ab35fbb23baad69792d4cf45a3af83e2227c5af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Arrufat?= Date: Sun, 4 Aug 2024 20:55:21 +0900 Subject: Add support for double underline --- src/commands.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/commands.cc') diff --git a/src/commands.cc b/src/commands.cc index d22c0647..e4a41ead 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2482,8 +2482,9 @@ const CommandDesc set_face_cmd = { " [,[,]][+][@]\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" -- cgit v1.2.3