summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-select-pane.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2018-05-20 11:48:34 +0000
committernicm <nicm@openbsd.org>2018-05-20 11:48:34 +0000
commit912caee115d4f92fec6474f98bcf6def34cb4ca3 (patch)
tree6f1cbd615307cab911448fc1e800bf4a9fc9e5d7 /usr.bin/tmux/cmd-select-pane.c
parentPass the acpi node corresponding to the i2c device down as the cookie. (diff)
downloadwireguard-openbsd-912caee115d4f92fec6474f98bcf6def34cb4ca3.tar.xz
wireguard-openbsd-912caee115d4f92fec6474f98bcf6def34cb4ca3.zip
-T should not actually select the pane.
Diffstat (limited to 'usr.bin/tmux/cmd-select-pane.c')
-rw-r--r--usr.bin/tmux/cmd-select-pane.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/cmd-select-pane.c b/usr.bin/tmux/cmd-select-pane.c
index 76c7b5a7bf9..cbd548307cb 100644
--- a/usr.bin/tmux/cmd-select-pane.c
+++ b/usr.bin/tmux/cmd-select-pane.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-select-pane.c,v 1.42 2017/11/17 09:52:18 nicm Exp $ */
+/* $OpenBSD: cmd-select-pane.c,v 1.43 2018/05/20 11:48:34 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -157,6 +157,7 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item)
screen_set_title(&wp->base, pane_title);
server_status_window(wp->window);
free(pane_title);
+ return (CMD_RETURN_NORMAL);
}
if (wp == w->active)