From 7d23d019c0df197d724ced7fec21dc2047634c9b Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 3 Feb 2017 11:57:27 +0000 Subject: Add a window or pane id "tag" to each format tree and use it to separate jobs, this means that if the same job is used for different windows or panes (for example in pane-border-format), it will be run separately for each pane. --- cmd-pipe-pane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd-pipe-pane.c') diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c index ac9c0479..e43f4a9b 100644 --- a/cmd-pipe-pane.c +++ b/cmd-pipe-pane.c @@ -90,7 +90,7 @@ cmd_pipe_pane_exec(struct cmd *self, struct cmdq_item *item) } /* Expand the command. */ - ft = format_create(item, 0); + ft = format_create(item, FORMAT_NONE, 0); format_defaults(ft, c, s, wl, wp); cmd = format_expand_time(ft, args->argv[0], time(NULL)); format_free(ft); -- cgit v1.2.3