Store SIXELs as a box for the moment.

This commit is contained in:
Nicholas Marriott
2019-11-30 09:17:18 +00:00
parent 5d8dbcdf3d
commit b1904c9b8d
4 changed files with 55 additions and 2 deletions

1
tmux.h
View File

@@ -2714,5 +2714,6 @@ struct sixel_image *sixel_scale(struct sixel_image *, u_int, u_int, u_int,
u_int, u_int, u_int);
char *sixel_print(struct sixel_image *, struct sixel_image *,
size_t *);
struct screen *sixel_to_screen(struct sixel_image *);
#endif /* TMUX_H */