From 04f469a3245c528abc7865841d51bc0d222a94f9 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 31 Mar 2014 21:32:00 +0000 Subject: Change secondary device attributes response to \033[>84;0;0c which is unique for tmux. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index 58064ddd..40c9d225 100644 --- a/input.c +++ b/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); -- cgit v1.2.3