From 25d551e8b257699a3066b6aae247d97d8ddf7c7a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 29 Mar 2011 20:31:22 +0000 Subject: Update an out-of-date and inaccurate comment. --- cmd-set-option.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/cmd-set-option.c b/cmd-set-option.c index 2155bba0..13fc5eb8 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -166,11 +166,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_ctx *ctx) server_redraw_client(c); } - /* - * Special-case: kill all persistent jobs if status-left, status-right - * or set-titles-string have changed. Persistent jobs are only used by - * the status line at the moment so this works XXX. - */ + /* Force redraw when some special cases change. */ if (strcmp(oe->name, "status-left") == 0 || strcmp(oe->name, "status-right") == 0 || strcmp(oe->name, "status") == 0 || -- cgit