mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								tmux.1
									
									
									
									
									
								
							@@ -3736,7 +3736,7 @@ A pane's title is typically set by the program running inside the pane using
 | 
			
		||||
an escape sequence (like it would set the
 | 
			
		||||
.Xr xterm 1
 | 
			
		||||
window title in
 | 
			
		||||
.Xr X 7 Ns ).
 | 
			
		||||
.Xr X 7 ) .
 | 
			
		||||
Windows themselves do not have titles - a window's title is the title of its
 | 
			
		||||
active pane.
 | 
			
		||||
.Nm
 | 
			
		||||
 
 | 
			
		||||
@@ -2454,7 +2454,7 @@ window_copy_move_mouse(struct mouse_event *m)
 | 
			
		||||
	if (wp == NULL || wp->mode != &window_copy_mode)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	if (cmd_mouse_at(wp, m, &x, &y, 1) != 0)
 | 
			
		||||
	if (cmd_mouse_at(wp, m, &x, &y, 0) != 0)
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	window_copy_update_cursor(wp, x, y);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user