mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-30 14:20:01 +00:00
Change secondary device attributes response to \033[>84;0;0c which is unique
for tmux.
This commit is contained in:
parent
594348440e
commit
6d9f936ff2
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue