mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Use the setal capability as well as (tmux's) Setulc.
This commit is contained in:
@ -112,6 +112,7 @@ static const struct tty_feature tty_feature_overline = {
|
||||
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",
|
||||
"ol=\\E[59m",
|
||||
NULL
|
||||
};
|
||||
static const struct tty_feature tty_feature_usstyle = {
|
||||
@ -336,7 +337,7 @@ tty_default_features(int *feat, const char *name, u_int version)
|
||||
"256,RGB,bpaste,clipboard,strikethrough,title"
|
||||
{ .name = "mintty",
|
||||
.features = TTY_FEATURES_BASE_MODERN_XTERM
|
||||
",ccolour,cstyle,extkeys,margins,overline"
|
||||
",ccolour,cstyle,extkeys,margins,overline,usstyle"
|
||||
},
|
||||
{ .name = "tmux",
|
||||
.features = TTY_FEATURES_BASE_MODERN_XTERM
|
||||
|
Reference in New Issue
Block a user