mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Ugh. Pass the right type into tty_term_has. Teaches me to make last
minute changes :-/.
This commit is contained in:
		
							
								
								
									
										2
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tty.c
									
									
									
									
									
								
							@@ -47,7 +47,7 @@ void	tty_cell(struct tty *,
 | 
			
		||||
	    const struct grid_cell *, const struct grid_utf8 *);
 | 
			
		||||
 | 
			
		||||
#define tty_use_acs(tty) \
 | 
			
		||||
	(tty_term_has(tty, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
 | 
			
		||||
	(tty_term_has(tty->term, TTYC_ACSC) && !((tty)->flags & TTY_UTF8))
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
tty_init(struct tty *tty, int fd, char *term)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user