dcs: we have no parent terminal to pass through to

This commit is contained in:
Daniel Eklöf 2019-07-21 18:22:26 +02:00
parent 2c1c49e499
commit 2096753b52
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 1 additions and 59 deletions

View file

@ -129,11 +129,6 @@ struct vt {
size_t size;
size_t idx;
} osc;
struct {
uint8_t *data;
size_t size;
size_t idx;
} dcs;
struct {
uint8_t data[4];
size_t idx;