From ba533a4993457a2c071cb9e0744edf7316788b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 18 Jul 2019 15:28:18 +0200 Subject: [PATCH] csi: better (more correct) reply to \e[>0c --- csi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csi.c b/csi.c index c329a0ea..ab128c28 100644 --- a/csi.c +++ b/csi.c @@ -871,7 +871,7 @@ csi_dispatch(struct terminal *term, uint8_t final) break; } - vt_to_slave(term, "\033[?6c", 5); + vt_to_slave(term, "\033[>41;347;0c", 12); break; }