Bump width and height to 10000.

pull/3679/head
Nicholas Marriott 2023-09-01 14:54:27 +01:00
parent 62f657845e
commit d682ef88e6
1 changed files with 2 additions and 2 deletions

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;