mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.
This commit is contained in:
		@@ -460,6 +460,8 @@ out:
 | 
			
		||||
			strlcat(out, "I", sizeof out);
 | 
			
		||||
		if (saved & KEYC_BUILD_MODIFIERS)
 | 
			
		||||
			strlcat(out, "B", sizeof out);
 | 
			
		||||
		if (saved & KEYC_EXTENDED)
 | 
			
		||||
			strlcat(out, "E", sizeof out);
 | 
			
		||||
		strlcat(out, "]", sizeof out);
 | 
			
		||||
	}
 | 
			
		||||
	return (out);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user