csi: drop '28' from our DA response

We don't support rectangular editing
This commit is contained in:
Daniel Eklöf 2020-02-01 19:26:08 +01:00
parent f13adf50dc
commit 38e2e037e6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -369,7 +369,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
* - 28 Rectangular editing.
* - 29 ANSI text locator (i.e., DEC Locator mode).
*/
const char *reply = "\033[?62;6;15;17;22;28c";
const char *reply = "\033[?62;6;15;17;22c";
term_to_slave(term, reply, strlen(reply));
break;
}