mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge copy mode and output mode, dropping the latter. Idea and code from
Micah Cowan.
This commit is contained in:
		@@ -63,6 +63,7 @@ cmd_copy_mode_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
			
		||||
		return (-1);
 | 
			
		||||
 | 
			
		||||
	window_pane_set_mode(wp, &window_copy_mode);
 | 
			
		||||
	window_copy_init_from_pane(wp);
 | 
			
		||||
	if (wp->mode == &window_copy_mode && cmd_check_flag(data->chflags, 'u'))
 | 
			
		||||
		window_copy_pageup(wp);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user