mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-19 05:33:44 -04:00
vt: initial implementation of alt screen + 256 colors
This commit is contained in:
parent
35e5fa1f76
commit
199e4aa044
3 changed files with 170 additions and 41 deletions
|
|
@ -61,6 +61,8 @@ struct grid {
|
|||
bool print_needs_wrap;
|
||||
|
||||
struct cell *cells;
|
||||
struct cell *normal_grid;
|
||||
struct cell *alt_grid;
|
||||
|
||||
uint32_t foreground;
|
||||
uint32_t background;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue