mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Bump width and height to 10000.
This commit is contained in:
		@@ -24,8 +24,8 @@
 | 
				
			|||||||
#include "tmux.h"
 | 
					#include "tmux.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define SIXEL_COLOUR_REGISTERS 1024
 | 
					#define SIXEL_COLOUR_REGISTERS 1024
 | 
				
			||||||
#define SIXEL_WIDTH_LIMIT 2016
 | 
					#define SIXEL_WIDTH_LIMIT 10000
 | 
				
			||||||
#define SIXEL_HEIGHT_LIMIT 2016
 | 
					#define SIXEL_HEIGHT_LIMIT 10000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
struct sixel_line {
 | 
					struct sixel_line {
 | 
				
			||||||
	u_int		 x;
 | 
						u_int		 x;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user