mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-12 17:08:14 +01: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);
|
||||
}
|
||||
|
||||
/*
|
||||
* 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 ||
|
||||
|
Loading…
Reference in New Issue
Block a user