csi: better (more correct) reply to \e[>0c

This commit is contained in:
Daniel Eklöf 2019-07-18 15:28:18 +02:00
parent cb78c8cff6
commit ba533a4993
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -871,7 +871,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
break;
}
vt_to_slave(term, "\033[?6c", 5);
vt_to_slave(term, "\033[>41;347;0c", 12);
break;
}