mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile tmux.1 window.c
This commit is contained in:
commit
953c3ef47a
49 changed files with 431 additions and 489 deletions
|
|
@ -291,7 +291,8 @@ server_kill_window(struct window *w)
|
|||
|
||||
int
|
||||
server_link_window(struct session *src, struct winlink *srcwl,
|
||||
struct session *dst, int dstidx, int killflag, int selectflag, char **cause)
|
||||
struct session *dst, int dstidx, int killflag, int selectflag,
|
||||
char **cause)
|
||||
{
|
||||
struct winlink *dstwl;
|
||||
struct session_group *srcsg, *dstsg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue