summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2023-09-15 12:33:33 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2023-09-19 09:27:59 +0100
commit789a98982eac63a02bb06fbd07a010fc2eec0e92 (patch)
treeb3c14549341e2c9dda07c0b3f2d53ea665e18cf1 /tmux.h
parentb202a2f1b517a3de7141fc35fbd9e39ed5ac5284 (diff)
Reply to SMGRAPHICS.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index f9740022..2f730842 100644
--- a/tmux.h
+++ b/tmux.h
@@ -3432,6 +3432,7 @@ int image_check_area(struct screen *, u_int, u_int, u_int, u_int);
int image_scroll_up(struct screen *, u_int);
/* image-sixel.c */
+#define SIXEL_COLOUR_REGISTERS 1024
struct sixel_image *sixel_parse(const char *, size_t, u_int, u_int);
void sixel_free(struct sixel_image *);
void sixel_log(struct sixel_image *);