mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Style nit, int for flags not u_int.
This commit is contained in:
		@@ -208,7 +208,7 @@ window_copy_init(struct window_pane *wp)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
window_copy_init_from_pane(struct window_pane *wp, u_int scroll_exit)
 | 
			
		||||
window_copy_init_from_pane(struct window_pane *wp, int scroll_exit)
 | 
			
		||||
{
 | 
			
		||||
	struct window_copy_mode_data	*data = wp->modedata;
 | 
			
		||||
	struct screen			*s = &data->screen;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user