csi: implement REP - CSI Ps b

This commit is contained in:
Daniel Eklöf 2020-01-20 18:37:20 +01:00
parent 2c8b31204f
commit 4e87426712
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 18 additions and 0 deletions

View file

@ -110,6 +110,7 @@ struct vt_param {
struct vt {
int state; /* enum state */
wchar_t last_printed;
struct {
struct vt_param v[16];
size_t idx;