aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-07-18 06:01:20 +0100
committerThomas Adam <thomas@xteddy.org>2020-07-18 06:01:20 +0100
commit70a674dde1346ec9317a71afb8751aead355e40e (patch)
treefba9a87b1a138d320038cab0554b49374fa9d50f
parentab8d685302d54d68e57fc6c5f7458c8bfe55bd7d (diff)
parent3b089fc69f3b111797e36bd2a881fff6b8cb5213 (diff)
downloadrtmux-70a674dde1346ec9317a71afb8751aead355e40e.tar.gz
rtmux-70a674dde1346ec9317a71afb8751aead355e40e.tar.bz2
rtmux-70a674dde1346ec9317a71afb8751aead355e40e.zip
Merge branch 'obsd-master'
-rw-r--r--tty-features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty-features.c b/tty-features.c
index ea662bb4..5891e2c3 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -110,8 +110,8 @@ static const struct tty_feature tty_feature_overline = {
/* Terminal supports underscore styles. */
static const char *tty_feature_usstyle_capabilities[] = {
- "Smulx=\E[4::%p1%dm",
- "Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m",
+ "Smulx=\\E[4::%p1%dm",
+ "Setulc=\\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m",
NULL
};
static const struct tty_feature tty_feature_usstyle = {