From 8d9c5bb246ef71ede01115272e9dd262d7cf58bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 20 Aug 2017 14:50:43 +0200 Subject: [PATCH] DECREPTPARM is now ID'd as Response to Query explicitly --- user/ansi_parser_callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/ansi_parser_callbacks.c b/user/ansi_parser_callbacks.c index cbfc3ad..bcf7bb4 100644 --- a/user/ansi_parser_callbacks.c +++ b/user/ansi_parser_callbacks.c @@ -647,7 +647,7 @@ apars_handle_CSI(char leadchar, const int *params, int count, char keychar) case 'x': // DECREPTPARM if (n1 <= 1) { - respond("\033[2;"); // this is a response + respond("\033[3;"); // this is a response on request (2 would be gratuitous) // Parity for(const struct DECREPTPARM_parity *p = DECREPTPARM_parity_arr; p->parity != -1; p++) {