From 5309252053309339f5987726a0d9fe8827f70ecd Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 1 Sep 2010 21:06:51 +0000 Subject: [PATCH] Reset running jobs when the status line is enabled or disabled as well, some people have it bound to a key. --- cmd-set-option.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd-set-option.c b/cmd-set-option.c index 8caf42e2..a3ca635c 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -293,6 +293,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_ctx *ctx) */ if (strcmp(entry->name, "status-left") == 0 || strcmp(entry->name, "status-right") == 0 || + strcmp(entry->name, "status") == 0 || strcmp(entry->name, "set-titles-string") == 0 || strcmp(entry->name, "window-status-format") == 0) { for (i = 0; i < ARRAY_LENGTH(&clients); i++) { -- 2.11.4.GIT