diff options
| author | nicm <nicm> | 2014-03-31 21:32:00 +0000 |
|---|---|---|
| committer | nicm <nicm> | 2014-03-31 21:32:00 +0000 |
| commit | 04f469a3245c528abc7865841d51bc0d222a94f9 (patch) | |
| tree | 830095537860f934c97bfe158ed72d3ab09d30cf | |
| parent | f1828921dfed4b7f2ba38b8c4a370b42965c404c (diff) | |
| download | rtmux-04f469a3245c528abc7865841d51bc0d222a94f9.tar.gz rtmux-04f469a3245c528abc7865841d51bc0d222a94f9.tar.bz2 rtmux-04f469a3245c528abc7865841d51bc0d222a94f9.zip | |
Change secondary device attributes response to \033[>84;0;0c which is
unique for tmux.
| -rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1147,7 +1147,7 @@ input_csi_dispatch(struct input_ctx *ictx) case INPUT_CSI_DA_TWO: switch (input_get(ictx, 0, 0, 0)) { case 0: - input_reply(ictx, "\033[>0;95;0c"); + input_reply(ictx, "\033[>84;0;0c"); break; default: log_debug("%s: unknown '%c'", __func__, ictx->ch); |