mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -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
|
|
@ -210,7 +210,7 @@ term_cursor_to(struct terminal *term, int row, int col)
|
|||
|
||||
term_damage_update(term, term->cursor.linear, 1);
|
||||
term_damage_update(term, new_linear, 1);
|
||||
term->grid.print_needs_wrap = false;
|
||||
term->print_needs_wrap = false;
|
||||
|
||||
term->cursor.linear = new_linear;
|
||||
term->cursor.col = col;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue