mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.h
									
									
									
									
									
								
							@@ -1410,7 +1410,7 @@ struct tty {
 | 
				
			|||||||
#define TTY_HAVEDA 0x100 /* Primary DA. */
 | 
					#define TTY_HAVEDA 0x100 /* Primary DA. */
 | 
				
			||||||
#define TTY_HAVEXDA 0x200
 | 
					#define TTY_HAVEXDA 0x200
 | 
				
			||||||
#define TTY_SYNCING 0x400
 | 
					#define TTY_SYNCING 0x400
 | 
				
			||||||
#define TTY_HAVEDA2 0x800 /* Seconday DA. */
 | 
					#define TTY_HAVEDA2 0x800 /* Secondary DA. */
 | 
				
			||||||
	int		 flags;
 | 
						int		 flags;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct tty_term	*term;
 | 
						struct tty_term	*term;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user