mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Also need the implied meta paste keys in the list for output.
This commit is contained in:
		@@ -54,9 +54,15 @@ static struct input_key_entry input_key_defaults[] = {
 | 
				
			|||||||
	{ .key = KEYC_PASTE_START,
 | 
						{ .key = KEYC_PASTE_START,
 | 
				
			||||||
	  .data = "\033[200~"
 | 
						  .data = "\033[200~"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
						{ .key = KEYC_PASTE_START|KEYC_IMPLIED_META,
 | 
				
			||||||
 | 
						  .data = "\033[200~"
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
	{ .key = KEYC_PASTE_END,
 | 
						{ .key = KEYC_PASTE_END,
 | 
				
			||||||
	  .data = "\033[201~"
 | 
						  .data = "\033[201~"
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
						{ .key = KEYC_PASTE_END|KEYC_IMPLIED_META,
 | 
				
			||||||
 | 
						  .data = "\033[201~"
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* Function keys. */
 | 
						/* Function keys. */
 | 
				
			||||||
	{ .key = KEYC_F1,
 | 
						{ .key = KEYC_F1,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user