aboutsummaryrefslogtreecommitdiff
path: root/cmd-new-window.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-09-19 12:01:30 +0100
committerThomas Adam <thomas@xteddy.org>2019-09-19 12:01:30 +0100
commit24ab1bc714b80d957b53685635a44dc0a89c032b (patch)
tree8f48efff4954cbbcc3c0cc3da5932ffeba096019 /cmd-new-window.c
parent827913102e0e707eb29cf1c6d7cf87b22786fbf6 (diff)
parent647887b794c00285047aa54ac0d44ae50c7847d7 (diff)
downloadrtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.gz
rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.tar.bz2
rtmux-24ab1bc714b80d957b53685635a44dc0a89c032b.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-new-window.c')
-rw-r--r--cmd-new-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd-new-window.c b/cmd-new-window.c
index 6cb33dd9..9a1025e9 100644
--- a/cmd-new-window.c
+++ b/cmd-new-window.c
@@ -72,6 +72,7 @@ cmd_new_window_exec(struct cmd *self, struct cmdq_item *item)
memset(&sc, 0, sizeof sc);
sc.item = item;
sc.s = s;
+ sc.c = c;
sc.name = args_get(args, 'n');
sc.argc = args->argc;