mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	xterm* can have focus too.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tty.c
									
									
									
									
									
								
							@@ -467,7 +467,7 @@ tty_update_features(struct tty *tty)
 | 
			
		||||
	if (options_get_number(global_options, "extended-keys"))
 | 
			
		||||
		tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS));
 | 
			
		||||
	if (options_get_number(global_options, "focus-events"))
 | 
			
		||||
		tty_raw(tty, tty_term_string(tty->term, TTYC_ENFCS));
 | 
			
		||||
		tty_puts(tty, tty_term_string(tty->term, TTYC_ENFCS));
 | 
			
		||||
	if (tty->term->flags & TERM_VT100LIKE)
 | 
			
		||||
		tty_puts(tty, "\033[?7727h");
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user