From 24cc5eaf8db4c1b40c063983c0f67f072477354a Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 7 Jan 2019 23:39:34 +0100 Subject: [PATCH] termptyesc: Printer and Selective Erase are not supported --- src/bin/termptyesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 1847337a..4c13670c 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -2932,7 +2932,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, const Eina_Unicode *ce) else { // Secondary device attributes - snprintf(bf, sizeof(bf), "\033[?64;1;2;6;9;15;18;21;22c"); + snprintf(bf, sizeof(bf), "\033[?64;1;9;15;18;21;22c"); } termpty_write(ty, bf, strlen(bf)); }