mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 17:24:18 +00:00 
			
		
		
		
	Wrap some long lines.
This commit is contained in:
		
							
								
								
									
										3
									
								
								tty.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tty.c
									
									
									
									
									
								
							@@ -388,7 +388,8 @@ tty_putcode_ptr1(struct tty *tty, enum tty_code_code code, const void *a)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a, const void *b)
 | 
			
		||||
tty_putcode_ptr2(struct tty *tty, enum tty_code_code code, const void *a,
 | 
			
		||||
    const void *b)
 | 
			
		||||
{
 | 
			
		||||
	if (a != NULL && b != NULL)
 | 
			
		||||
		tty_puts(tty, tty_term_ptr2(tty->term, code, a, b));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user