From 282830e31c261e5cdea9db02fca2cfd23b6dec86 Mon Sep 17 00:00:00 2001 From: nick black Date: Wed, 14 Apr 2021 00:48:36 -0400 Subject: [PATCH] define sixel_wipe --- src/lib/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/internal.h b/src/lib/internal.h index ed1e84d35..8196d2511 100644 --- a/src/lib/internal.h +++ b/src/lib/internal.h @@ -827,6 +827,7 @@ plane_debug(const ncplane* n, bool details){ // throughout to 0. the same trick doesn't work on sixel, but there we // can just print directly over the bitmap. int sprite_kitty_cell_wipe(const notcurses* nc, sprixel* s, int y, int x); +int sixel_wipe(const notcurses* nc, sprixel* s, int ycell, int xcell); int sprite_destroy(const struct notcurses* nc, const struct ncpile* p, FILE* out, sprixel* s); void sprixel_free(sprixel* s); void sprixel_invalidate(sprixel* s);