mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
terminal: move print_needs_wrap from grid to terminal
This commit is contained in:
parent
a8f4cb55af
commit
8cff861f38
3 changed files with 4 additions and 5 deletions
|
|
@ -62,8 +62,6 @@ struct damage {
|
|||
};
|
||||
|
||||
struct grid {
|
||||
bool print_needs_wrap;
|
||||
|
||||
struct cell *cells;
|
||||
struct cell *normal_grid;
|
||||
struct cell *alt_grid;
|
||||
|
|
@ -144,6 +142,7 @@ struct terminal {
|
|||
int cell_width;
|
||||
int cell_height;
|
||||
|
||||
bool print_needs_wrap;
|
||||
struct scroll_region scroll_region;
|
||||
|
||||
struct rgba foreground;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue