aboutsummaryrefslogtreecommitdiff
path: root/window-tree.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-06-06 18:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-06-06 18:01:13 +0100
commit707798005537e3f01b7937da7abc001a56b5be74 (patch)
treecc9ee3d1ccece290652873d38e86b6f141d9d35c /window-tree.c
parent78352fdd328b611d935ba051288191b33278cc4a (diff)
parent50b27c8c0dc65cb418ed422e2cdd035a7bafedfe (diff)
downloadrtmux-707798005537e3f01b7937da7abc001a56b5be74.tar.gz
rtmux-707798005537e3f01b7937da7abc001a56b5be74.tar.bz2
rtmux-707798005537e3f01b7937da7abc001a56b5be74.zip
Merge branch 'obsd-master'
Diffstat (limited to 'window-tree.c')
-rw-r--r--window-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window-tree.c b/window-tree.c
index 36a19e48..363975e3 100644
--- a/window-tree.c
+++ b/window-tree.c
@@ -699,7 +699,7 @@ window_tree_key(struct window_pane *wp, struct client *c,
name = window_tree_get_target(item, &fs);
window_pane_reset_mode(wp);
if (name != NULL)
- mode_tree_run_command(c, &fs, command, name);
+ mode_tree_run_command(c, NULL, command, name);
free(name);
free(command);
return;