Rename grid_* functions to term_*

This commit is contained in:
Daniel Eklöf 2019-06-29 21:03:28 +02:00
parent e2bdda8c61
commit 1ecd4a6ae1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 376 additions and 374 deletions

2
main.c
View file

@ -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);