mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
grid: grid_memset() -> grid_memclear()
This commit is contained in:
parent
abff0e205e
commit
48528419c4
4 changed files with 7 additions and 8 deletions
2
grid.h
2
grid.h
|
|
@ -4,5 +4,5 @@
|
|||
#include "terminal.h"
|
||||
|
||||
struct cell *grid_get_range(struct grid *grid, int start, int *length);
|
||||
void grid_memset(struct grid *grid, int start, int c, int length);
|
||||
void grid_memclear(struct grid *grid, int start, int length);
|
||||
void grid_memmove(struct grid *grid, int dst, int src, int length);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue