summaryrefslogtreecommitdiffstats
path: root/image-sixel.c
diff options
context:
space:
mode:
Diffstat (limited to 'image-sixel.c')
-rw-r--r--image-sixel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/image-sixel.c b/image-sixel.c
index 799f8261..41170ec0 100644
--- a/image-sixel.c
+++ b/image-sixel.c
@@ -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;