sixel: add sixel_cell_size_changed()

This function should be called *after* the cell dimensions have
changed, but *before* resizing/reflowing the grids.
This commit is contained in:
Daniel Eklöf 2020-10-04 13:09:24 +02:00
parent 5e5036bec9
commit 74c7373efc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 25 additions and 0 deletions

View file

@ -16,6 +16,7 @@ void sixel_destroy_all(struct terminal *term);
void sixel_scroll_up(struct terminal *term, int rows);
void sixel_scroll_down(struct terminal *term, int rows);
void sixel_cell_size_changed(struct terminal *term);
/*
* Remove sixel data from the specified location. Used when printing
* or erasing characters, and when emitting new sixel images, to