mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
dcs: sort of implement DCS passthrough
We now store the passthrough characters in a buffer, and call dcs_passthrough() on unhook. However, dcs_passthrough() doesn't do anything.
This commit is contained in:
parent
153628a217
commit
b953326768
6 changed files with 62 additions and 4 deletions
1
main.c
1
main.c
|
|
@ -819,6 +819,7 @@ out:
|
|||
xkb_context_unref(term.kbd.xkb);
|
||||
|
||||
free(term.vt.osc.data);
|
||||
free(term.vt.dcs.data);
|
||||
for (int row = 0; row < term.normal.num_rows; row++)
|
||||
grid_row_free(term.normal.rows[row]);
|
||||
free(term.normal.rows);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue