mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add a terminal feature for enable/disable extended keys (supported by xterm and
mintty) and add an option to make tmux send it.
This commit is contained in:
		@@ -251,6 +251,14 @@ const struct options_table_entry options_table[] = {
 | 
			
		||||
		  "clients."
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "extended-keys",
 | 
			
		||||
	  .type = OPTIONS_TABLE_FLAG,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_SERVER,
 | 
			
		||||
	  .default_num = 0,
 | 
			
		||||
	  .text = "Whether to request extended key sequences from terminals "
 | 
			
		||||
	          "that support it."
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	{ .name = "focus-events",
 | 
			
		||||
	  .type = OPTIONS_TABLE_FLAG,
 | 
			
		||||
	  .scope = OPTIONS_TABLE_SERVER,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user