mirror of
https://github.com/tmux/tmux.git
synced 2025-01-09 17:48:48 +00:00
Bump width and height to 10000.
This commit is contained in:
parent
62f657845e
commit
d682ef88e6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user