mirror of
https://github.com/tmux/tmux.git
synced 2025-11-25 03:26:05 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@@ -287,6 +287,8 @@ server_link_window(struct session *src, struct winlink *srcwl,
|
||||
if (dstwl == NULL)
|
||||
return (-1);
|
||||
|
||||
if (marked_pane.wl == srcwl)
|
||||
marked_pane.wl = dstwl;
|
||||
if (selectflag)
|
||||
session_select(dst, dstwl->idx);
|
||||
server_redraw_session_group(dst);
|
||||
|
||||
Reference in New Issue
Block a user