mirror of
https://github.com/tmux/tmux.git
synced 2025-05-05 22:04:56 +00:00
Update an out-of-date and inaccurate comment.
This commit is contained in:
parent
d88c20e718
commit
25d551e8b2
@ -166,11 +166,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||||||
server_redraw_client(c);
|
server_redraw_client(c);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/* Force redraw when some special cases change. */
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
if (strcmp(oe->name, "status-left") == 0 ||
|
if (strcmp(oe->name, "status-left") == 0 ||
|
||||||
strcmp(oe->name, "status-right") == 0 ||
|
strcmp(oe->name, "status-right") == 0 ||
|
||||||
strcmp(oe->name, "status") == 0 ||
|
strcmp(oe->name, "status") == 0 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user