mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
Rename grid_* functions to term_*
This commit is contained in:
parent
e2bdda8c61
commit
1ecd4a6ae1
8 changed files with 376 additions and 374 deletions
2
main.c
2
main.c
|
|
@ -470,7 +470,7 @@ resize(struct context *c, int width, int height)
|
|||
if (c->term.grid.scroll_region.end == old_rows)
|
||||
c->term.grid.scroll_region.end = c->term.grid.rows;
|
||||
|
||||
grid_damage_all(&c->term.grid);
|
||||
term_damage_all(&c->term);
|
||||
|
||||
if (!c->frame_is_scheduled)
|
||||
grid_render(c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue