mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
terminal: prepare for floating grids
This commit is contained in:
parent
8cff861f38
commit
0f48b4f8f7
5 changed files with 69 additions and 63 deletions
2
vt.c
2
vt.c
|
|
@ -678,7 +678,7 @@ action(struct terminal *term, enum action action, uint8_t c)
|
|||
term_cursor_to(term, term->cursor.row + 1, 0);
|
||||
}
|
||||
|
||||
struct cell *cell = &term->grid.cells[term->cursor.linear];
|
||||
struct cell *cell = &term->grid->cells[term->cursor.linear];
|
||||
term_damage_update(term, term->cursor.linear, 1);
|
||||
|
||||
if (term->vt.utf8.idx > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue