mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Don't need is1,is2,is3 so remove them.
This commit is contained in:
		
							
								
								
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							@@ -243,9 +243,6 @@ enum tty_code_code {
 | 
			
		||||
	TTYC_IL1,	/* insert_line, il */
 | 
			
		||||
	TTYC_INDN,      /* parm_index, indn */
 | 
			
		||||
	TTYC_INVIS,	/* enter_secure_mode, mk */
 | 
			
		||||
	TTYC_IS1,	/* init_1string, i1 */
 | 
			
		||||
	TTYC_IS2,	/* init_2string, i2 */
 | 
			
		||||
	TTYC_IS3,	/* init_3string, i3 */
 | 
			
		||||
	TTYC_KCBT,	/* key_btab, kB */
 | 
			
		||||
	TTYC_KCUB1,	/* key_left, kl */
 | 
			
		||||
	TTYC_KCUD1,	/* key_down, kd */
 | 
			
		||||
 
 | 
			
		||||
@@ -97,9 +97,6 @@ static const struct tty_term_code_entry tty_term_codes[] = {
 | 
			
		||||
	[TTYC_IL1] = { TTYCODE_STRING, "il1" },
 | 
			
		||||
	[TTYC_INDN] = { TTYCODE_STRING, "indn" },
 | 
			
		||||
	[TTYC_INVIS] = { TTYCODE_STRING, "invis" },
 | 
			
		||||
	[TTYC_IS1] = { TTYCODE_STRING, "is1" },
 | 
			
		||||
	[TTYC_IS2] = { TTYCODE_STRING, "is2" },
 | 
			
		||||
	[TTYC_IS3] = { TTYCODE_STRING, "is3" },
 | 
			
		||||
	[TTYC_KCBT] = { TTYCODE_STRING, "kcbt" },
 | 
			
		||||
	[TTYC_KCUB1] = { TTYCODE_STRING, "kcub1" },
 | 
			
		||||
	[TTYC_KCUD1] = { TTYCODE_STRING, "kcud1" },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user