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:
		@@ -90,6 +90,13 @@ const struct options_table_entry server_options_table[] = {
 | 
			
		||||
 | 
			
		||||
/* Session options. */
 | 
			
		||||
const struct options_table_entry session_options_table[] = {
 | 
			
		||||
	{ .name = "assume-paste-time",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .minimum = 0,
 | 
			
		||||
	  .maximum = INT_MAX,
 | 
			
		||||
	  .default_num = 1,
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "base-index",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .minimum = 0,
 | 
			
		||||
@@ -509,13 +516,6 @@ const struct options_table_entry window_options_table[] = {
 | 
			
		||||
	  .default_num = 0
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "layout-history-limit",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .minimum = 1,
 | 
			
		||||
	  .maximum = USHRT_MAX,
 | 
			
		||||
	  .default_num = 20
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "main-pane-height",
 | 
			
		||||
	  .type = OPTIONS_TABLE_NUMBER,
 | 
			
		||||
	  .minimum = 1,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user