mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: drop '28' from our DA response
We don't support rectangular editing
This commit is contained in:
parent
f13adf50dc
commit
38e2e037e6
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue