diff options
author | Thomas Adam <thomas@xteddy.org> | 2022-11-08 12:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2022-11-08 12:01:11 +0000 |
commit | 6fb80527f35cb6236adcf54249b4af9d6d907c0d (patch) | |
tree | 841ebd3217eb8ba1dfc25ab578fa7cabc8083ed8 /input-keys.c | |
parent | 50f4e0fac93799da5b172bed51ca7e4a61ad7ed4 (diff) | |
parent | f86eba21294b61f410300b0c9a8920cb155ab738 (diff) | |
download | rtmux-6fb80527f35cb6236adcf54249b4af9d6d907c0d.tar.gz rtmux-6fb80527f35cb6236adcf54249b4af9d6d907c0d.tar.bz2 rtmux-6fb80527f35cb6236adcf54249b4af9d6d907c0d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input-keys.c')
-rw-r--r-- | input-keys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input-keys.c b/input-keys.c index 208eb360..a41414db 100644 --- a/input-keys.c +++ b/input-keys.c @@ -316,7 +316,7 @@ static struct input_key_entry input_key_defaults[] = { .data = "\033[9;5u" }, { .key = '\011'|KEYC_CTRL|KEYC_SHIFT, - .data = "\011" + .data = "\033[Z" }, { .key = '\011'|KEYC_CTRL|KEYC_SHIFT|KEYC_EXTENDED, .data = "\033[1;5Z" |