vt: handle up to two private characters

This commit is contained in:
Daniel Eklöf 2019-07-19 09:56:59 +02:00
parent a5737a63b8
commit 24e9477174
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 24 additions and 13 deletions

View file

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