csi: change DA3 reply to "FOOT", in hex

This commit is contained in:
Daniel Eklöf 2019-12-21 20:35:55 +01:00
parent c91ef4c512
commit 2667fdd877
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -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: