mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Use the same code for half page scrolling as full, from Michal Mazurek.
This commit is contained in:
		@@ -83,7 +83,7 @@ cmd_copy_mode_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
		window_copy_start_drag(c, &cmdq->item->mouse);
 | 
			
		||||
	}
 | 
			
		||||
	if (wp->mode == &window_copy_mode && args_has(self->args, 'u'))
 | 
			
		||||
		window_copy_pageup(wp);
 | 
			
		||||
		window_copy_pageup(wp, 0);
 | 
			
		||||
 | 
			
		||||
	return (CMD_RETURN_NORMAL);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user