mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Use the target print function for copy-mode, spotted by Tiago Cunha.
This commit is contained in:
		@@ -35,7 +35,7 @@ const struct cmd_entry cmd_copy_mode_entry = {
 | 
				
			|||||||
	cmd_target_parse,
 | 
						cmd_target_parse,
 | 
				
			||||||
	cmd_copy_mode_exec,
 | 
						cmd_copy_mode_exec,
 | 
				
			||||||
	cmd_target_free,
 | 
						cmd_target_free,
 | 
				
			||||||
	NULL
 | 
						cmd_target_print
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void
 | 
					void
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user