diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-05-19 14:01:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-05-19 14:01:17 +0100 |
commit | fb9e53ba19a59359ac56fa5e0b9ef59694f7b705 (patch) | |
tree | 02b16aaa7a1c3997f43aa3216d8bbaa68630ab50 /tty-features.c | |
parent | e10f5a72ce671f3096aa242827e25b1c4dbf1de4 (diff) | |
parent | 8425084b8ada98f6465d99d8bc8cad91612e50c5 (diff) | |
download | rtmux-fb9e53ba19a59359ac56fa5e0b9ef59694f7b705.tar.gz rtmux-fb9e53ba19a59359ac56fa5e0b9ef59694f7b705.tar.bz2 rtmux-fb9e53ba19a59359ac56fa5e0b9ef59694f7b705.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty-features.c')
-rw-r--r-- | tty-features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tty-features.c b/tty-features.c index 26344b90..8f712f64 100644 --- a/tty-features.c +++ b/tty-features.c @@ -343,7 +343,7 @@ tty_default_features(int *feat, const char *name, u_int version) .features = "256,bpaste,ccolour,cstyle,title" }, { .name = "iTerm2", - .features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync" + .features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,extkeys,margins,sync" }, { .name = "XTerm", .features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,extkeys,focus,margins,rectfill" |