Update an out-of-date and inaccurate comment.

This commit is contained in:
Nicholas Marriott 2011-03-29 20:31:22 +00:00
parent d88c20e718
commit 25d551e8b2

View File

@ -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 ||