mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-21 06:46:34 -04:00
vt: handle up to two private characters
This commit is contained in:
parent
a5737a63b8
commit
24e9477174
3 changed files with 24 additions and 13 deletions
|
|
@ -123,7 +123,7 @@ struct vt {
|
|||
struct vt_param v[16];
|
||||
size_t idx;
|
||||
} params;
|
||||
char private;
|
||||
char private[2];
|
||||
struct {
|
||||
uint8_t *data;
|
||||
size_t size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue