mirror of
https://github.com/tmux/tmux.git
synced 2025-01-26 07:58:55 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
fe3ab51b78
@ -2455,6 +2455,8 @@ server_client_get_flags(struct client *c)
|
|||||||
*s = '\0';
|
*s = '\0';
|
||||||
if (c->flags & CLIENT_ATTACHED)
|
if (c->flags & CLIENT_ATTACHED)
|
||||||
strlcat(s, "attached,", sizeof s);
|
strlcat(s, "attached,", sizeof s);
|
||||||
|
if (c->flags & CLIENT_FOCUSED)
|
||||||
|
strlcat(s, "focused,", sizeof s);
|
||||||
if (c->flags & CLIENT_CONTROL)
|
if (c->flags & CLIENT_CONTROL)
|
||||||
strlcat(s, "control-mode,", sizeof s);
|
strlcat(s, "control-mode,", sizeof s);
|
||||||
if (c->flags & CLIENT_IGNORESIZE)
|
if (c->flags & CLIENT_IGNORESIZE)
|
||||||
|
Loading…
Reference in New Issue
Block a user