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:
		
							
								
								
									
										2
									
								
								format.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								format.c
									
									
									
									
									
								
							@@ -2569,7 +2569,7 @@ format_defaults_client(struct format_tree *ft, struct client *c)
 | 
			
		||||
		format_add(ft, "client_prefix", "%d", 1);
 | 
			
		||||
	format_add(ft, "client_key_table", "%s", c->keytable->name);
 | 
			
		||||
 | 
			
		||||
	if (tty->flags & TTY_UTF8)
 | 
			
		||||
	if (tty_get_flags(tty) & TERM_UTF8)
 | 
			
		||||
		format_add(ft, "client_utf8", "%d", 1);
 | 
			
		||||
	else
 | 
			
		||||
		format_add(ft, "client_utf8", "%d", 0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user