aboutsummaryrefslogtreecommitdiff
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-23 13:03:47 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-23 13:03:47 +0000
commit57eb334d5b989642c84b974908c43c729983d1b8 (patch)
tree5600670a3688454d211b34ff8d45419bcd06d94c /cmd-pipe-pane.c
parent5f904aa35002246ee1005e3849455ccbdc321781 (diff)
parentee0f8adfac76cdf21cfd2c0b503d8d66dcb883cc (diff)
downloadrtmux-57eb334d5b989642c84b974908c43c729983d1b8.tar.gz
rtmux-57eb334d5b989642c84b974908c43c729983d1b8.tar.bz2
rtmux-57eb334d5b989642c84b974908c43c729983d1b8.zip
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index 8f53b6ee..3c6211d9 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -56,7 +56,7 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
if (cmd_find_pane(ctx, args_get(args, 't'), NULL, &wp) == NULL)
return (CMD_RETURN_ERROR);
- c = cmd_find_client(ctx, NULL);
+ c = cmd_find_client(ctx, NULL, 1);
/* Destroy the old pipe. */
old_fd = wp->pipe_fd;