mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -369,7 +369,7 @@ const struct options_table_entry options_table[] = {
 | 
				
			|||||||
	  .minimum = INPUT_BUF_DEFAULT_SIZE,
 | 
						  .minimum = INPUT_BUF_DEFAULT_SIZE,
 | 
				
			||||||
	  .maximum = UINT_MAX,
 | 
						  .maximum = UINT_MAX,
 | 
				
			||||||
	  .default_num = INPUT_BUF_DEFAULT_SIZE,
 | 
						  .default_num = INPUT_BUF_DEFAULT_SIZE,
 | 
				
			||||||
	  .text = "Number of byte accpted in a single input before dropping."
 | 
						  .text = "Number of bytes accepted in a single input before dropping."
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	{ .name = "menu-style",
 | 
						{ .name = "menu-style",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -671,7 +671,7 @@ typedef u_int utf8_char;
 | 
				
			|||||||
 * characters as well. It can't be more than 32 bytes without changes to how
 | 
					 * characters as well. It can't be more than 32 bytes without changes to how
 | 
				
			||||||
 * characters are stored.
 | 
					 * characters are stored.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define UTF8_SIZE 21
 | 
					#define UTF8_SIZE 32
 | 
				
			||||||
struct utf8_data {
 | 
					struct utf8_data {
 | 
				
			||||||
	u_char	data[UTF8_SIZE];
 | 
						u_char	data[UTF8_SIZE];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user