diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 14:20:33 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 14:20:33 +0100 |
commit | e67d65064e5541482990402fef85342f8cb4996b (patch) | |
tree | 9b258425c32cfee98ade663ddf6e955434230d19 /tty-features.c | |
parent | c107708bcca5d7c014e469b719b2e0e48452be5d (diff) | |
download | rtmux-e67d65064e5541482990402fef85342f8cb4996b.tar.gz rtmux-e67d65064e5541482990402fef85342f8cb4996b.tar.bz2 rtmux-e67d65064e5541482990402fef85342f8cb4996b.zip |
rxvt needs XT also for the moment.
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 531cf97c..8d5602a3 100644 --- a/tty-features.c +++ b/tty-features.c @@ -328,7 +328,7 @@ tty_default_features(int *feat, const char *name, u_int version) .features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,focus,overline,usstyle" }, { .name = "rxvt-unicode", - .features = "256,ccolour,cstyle,title" + .features = "256,bpaste,ccolour,cstyle,title" }, { .name = "iTerm2", .features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync" |