mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
@ -2379,7 +2379,7 @@ server_client_set_flags(struct client *c, const char *flags)
|
||||
uint64_t flag;
|
||||
int not;
|
||||
|
||||
s = copy = xstrdup (flags);
|
||||
s = copy = xstrdup(flags);
|
||||
while ((next = strsep(&s, ",")) != NULL) {
|
||||
not = (*next == '!');
|
||||
if (not)
|
||||
|
Reference in New Issue
Block a user