mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 04:27:52 -05:00
csi: better (more correct) reply to \e[>0c
This commit is contained in:
parent
cb78c8cff6
commit
ba533a4993
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue