mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
csi: implement REP - CSI Ps b
This commit is contained in:
parent
2c8b31204f
commit
4e87426712
3 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue