sixel: change default max size to 10000x10000

It used to be the size of the window. This caused images to be cropped
when the application emitting them didn’t change the max size.
This commit is contained in:
Daniel Eklöf 2020-11-23 20:10:55 +01:00
parent 90edc09697
commit ba8b15d675
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 21 additions and 27 deletions

View file

@ -3,6 +3,8 @@
#include "terminal.h"
#define SIXEL_MAX_COLORS 1024u
#define SIXEL_MAX_WIDTH 10000u
#define SIXEL_MAX_HEIGHT 10000u
void sixel_fini(struct terminal *term);