mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Support underscore style with capture-pane -e, GitHub issue 2928.
This commit is contained in:
@ -363,7 +363,7 @@ tty_default_features(int *feat, const char *name, u_int version)
|
||||
},
|
||||
{ .name = "iTerm2",
|
||||
.features = TTY_FEATURES_BASE_MODERN_XTERM
|
||||
",cstyle,extkeys,margins,sync"
|
||||
",cstyle,extkeys,margins,usstyle,sync"
|
||||
},
|
||||
{ .name = "XTerm",
|
||||
/*
|
||||
|
Reference in New Issue
Block a user