mirror of
https://github.com/tmate-io/tmate.git
synced 2025-02-25 06:41:08 +01:00
Change secondary device attributes response to \033[>84;0;0c which is
unique for tmux.
This commit is contained in:
parent
f1828921df
commit
04f469a324
2
input.c
2
input.c
@ -1147,7 +1147,7 @@ input_csi_dispatch(struct input_ctx *ictx)
|
|||||||
case INPUT_CSI_DA_TWO:
|
case INPUT_CSI_DA_TWO:
|
||||||
switch (input_get(ictx, 0, 0, 0)) {
|
switch (input_get(ictx, 0, 0, 0)) {
|
||||||
case 0:
|
case 0:
|
||||||
input_reply(ictx, "\033[>0;95;0c");
|
input_reply(ictx, "\033[>84;0;0c");
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
log_debug("%s: unknown '%c'", __func__, ictx->ch);
|
log_debug("%s: unknown '%c'", __func__, ictx->ch);
|
||||||
|
Loading…
Reference in New Issue
Block a user