Change secondary device attributes response to \033[>84;0;0c which is

unique for tmux.
This commit is contained in:
nicm 2014-03-31 21:32:00 +00:00
parent f1828921df
commit 04f469a324

View File

@ -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);