mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Add backspace key to named keys.
This commit is contained in:
		@@ -57,6 +57,7 @@ struct {
 | 
			
		||||
	{ "PPage",	KEYC_PPAGE },
 | 
			
		||||
	{ "Tab",	'\011' },
 | 
			
		||||
	{ "BTab",	KEYC_BTAB },
 | 
			
		||||
	{ "BSpace",	'\177' },
 | 
			
		||||
 | 
			
		||||
	/* Arrow keys. */
 | 
			
		||||
	{ "Up",		KEYC_UP },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user