Bump width and height to 10000.

This commit is contained in:
Nicholas Marriott 2023-09-01 14:54:27 +01:00
parent 62f657845e
commit d682ef88e6

View File

@ -24,8 +24,8 @@
#include "tmux.h"
#define SIXEL_COLOUR_REGISTERS 1024
#define SIXEL_WIDTH_LIMIT 2016
#define SIXEL_HEIGHT_LIMIT 2016
#define SIXEL_WIDTH_LIMIT 10000
#define SIXEL_HEIGHT_LIMIT 10000
struct sixel_line {
u_int x;