mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	rxvt needs XT also for the moment.
This commit is contained in:
		@@ -260,7 +260,7 @@ const struct options_table_entry options_table[] = {
 | 
				
			|||||||
	  .type = OPTIONS_TABLE_STRING,
 | 
						  .type = OPTIONS_TABLE_STRING,
 | 
				
			||||||
	  .scope = OPTIONS_TABLE_SERVER,
 | 
						  .scope = OPTIONS_TABLE_SERVER,
 | 
				
			||||||
	  .flags = OPTIONS_TABLE_IS_ARRAY,
 | 
						  .flags = OPTIONS_TABLE_IS_ARRAY,
 | 
				
			||||||
	  .default_str = "tmux*:XT,screen*:XT,xterm*:XT",
 | 
						  .default_str = "tmux*:XT,rxvt*:XT,screen*:XT,xterm*:XT",
 | 
				
			||||||
	  .separator = ","
 | 
						  .separator = ","
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -328,7 +328,7 @@ tty_default_features(int *feat, const char *name, u_int version)
 | 
				
			|||||||
		  .features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,focus,overline,usstyle"
 | 
							  .features = TTY_FEATURES_BASE_MODERN_XTERM ",ccolour,cstyle,focus,overline,usstyle"
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{ .name = "rxvt-unicode",
 | 
							{ .name = "rxvt-unicode",
 | 
				
			||||||
		  .features = "256,ccolour,cstyle,title"
 | 
							  .features = "256,bpaste,ccolour,cstyle,title"
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		{ .name = "iTerm2",
 | 
							{ .name = "iTerm2",
 | 
				
			||||||
		  .features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync"
 | 
							  .features = TTY_FEATURES_BASE_MODERN_XTERM ",cstyle,margins,sync"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user