DECREPTPARM is now ID'd as Response to Query explicitly

This commit is contained in:
2017-08-20 14:50:43 +02:00
parent 59f26adf68
commit 8d9c5bb246
+1 -1
View File
@@ -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++) {