csi: DA: we now implement sixel

This commit is contained in:
Daniel Eklöf 2020-02-22 12:16:19 +01:00
parent 23d39e6f90
commit a9971f4c32
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -372,7 +372,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;22c";
const char *reply = "\033[?62;4;6;15;17;22c";
term_to_slave(term, reply, strlen(reply));
break;
}