mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
grid: implement DAMAGE_SCROLL
This commit is contained in:
parent
0ddd96de0d
commit
a50be28b9d
5 changed files with 142 additions and 15 deletions
2
grid.h
2
grid.h
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
void grid_damage_update(struct grid *grid, int start, int length);
|
||||
void grid_damage_erase(struct grid *grid, int start, int length);
|
||||
void grid_damage_scroll(
|
||||
struct grid *grid, int top_margin, int bottom_margin, int lines);
|
||||
|
||||
void grid_erase(struct grid *grid, int start, int end);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue