mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
csi: wip: recognize the private CSIs for bracketed paste, smcup/rmxup, smkx/rmkx
This commit is contained in:
parent
7998ce9ee4
commit
6aba78a145
2 changed files with 87 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue