diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-09-19 12:01:30 +0100 |
commit | 24ab1bc714b80d957b53685635a44dc0a89c032b (patch) | |
tree | 8f48efff4954cbbcc3c0cc3da5932ffeba096019 /cmd-respawn-window.c | |
parent | 827913102e0e707eb29cf1c6d7cf87b22786fbf6 (diff) | |
parent | 647887b794c00285047aa54ac0d44ae50c7847d7 (diff) | |
download | rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.gz rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.bz2 rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-respawn-window.c')
-rw-r--r-- | cmd-respawn-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-respawn-window.c b/cmd-respawn-window.c index aec22912..497e401e 100644 --- a/cmd-respawn-window.c +++ b/cmd-respawn-window.c @@ -59,6 +59,7 @@ cmd_respawn_window_exec(struct cmd *self, struct cmdq_item *item) sc.item = item; sc.s = s; sc.wl = wl; + sc.c = cmd_find_client(item, NULL, 1); sc.name = NULL; sc.argc = args->argc; |