mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Some more long lines.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user