mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
csi: change DA3 reply to "FOOT", in hex
This commit is contained in:
parent
c91ef4c512
commit
2667fdd877
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -1270,7 +1270,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
* hexadecimal value from 00 through FF.
|
* hexadecimal value from 00 through FF.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
term_to_slave(term, "\033P!|00000000\033\\", 14);
|
term_to_slave(term, "\033P!|464f4f54\033\\", 14); /* FOOT */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue