csi: wip: recognize the private CSIs for bracketed paste, smcup/rmxup, smkx/rmkx

This commit is contained in:
Daniel Eklöf 2019-06-22 22:25:50 +02:00
parent 7998ce9ee4
commit 6aba78a145
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 87 additions and 4 deletions

View file

@ -119,6 +119,7 @@ struct kbd {
struct terminal {
pid_t slave;
int ptmx;
bool bracketed_paste;
struct vt vt;
struct grid grid;
struct kbd kbd;