mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -146,6 +146,12 @@ static const char *options_table_status_format_default[] = {
 | 
			
		||||
/* Top-level options. */
 | 
			
		||||
const struct options_table_entry options_table[] = {
 | 
			
		||||
	/* Server options. */
 | 
			
		||||
	{ .name = "backspace",
 | 
			
		||||
	  .type = OPTIONS_TABLE_KEY,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_SERVER,
 | 
			
		||||
	  .default_num = '\177',
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "buffer-limit",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_SERVER,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user