mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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.
|
||||
*/
|
||||
|
||||
term_to_slave(term, "\033P!|00000000\033\\", 14);
|
||||
term_to_slave(term, "\033P!|464f4f54\033\\", 14); /* FOOT */
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue