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

unique for tmux.
pull/1/head
nicm 2014-03-31 21:32:00 +00:00
parent f1828921df
commit 04f469a324
1 changed files with 1 additions and 1 deletions

View File

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