summaryrefslogtreecommitdiffstats
path: root/tty-features.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-09-02 12:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-09-02 12:01:09 +0100
commit7ad29b98311b4961d203dc360e6a21f35dac9f97 (patch)
tree61d839b77916c8260b0e7c8c68f6ad549d74937b /tty-features.c
parente7c829fc67c9b037402ad1624139de33665fb96b (diff)
parentd209fe9b1ef5cf135f86058942e3caa6f998038c (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tty-features.c')
-rw-r--r--tty-features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty-features.c b/tty-features.c
index dca40fad..dde13fe8 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -155,6 +155,7 @@ static const struct tty_feature tty_feature_overline = {
static const char *const tty_feature_usstyle_capabilities[] = {
"Smulx=\\E[4::%p1%dm",
"Setulc=\\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m",
+ "Setulc1=\\E[58::5::%p1%dm",
"ol=\\E[59m",
NULL
};