mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-16 22:05:21 -05:00
csi: DA: we now implement sixel
This commit is contained in:
parent
23d39e6f90
commit
a9971f4c32
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue