mirror of
https://github.com/tmux/tmux.git
synced 2025-01-27 00:18:49 +00:00
Merge branch 'obsd-master' into master
This commit is contained in:
commit
9710ec5244
4
format.c
4
format.c
@ -1319,8 +1319,8 @@ format_cb_client_prefix(struct format_tree *ft)
|
||||
if (ft->c != NULL) {
|
||||
name = server_client_get_key_table(ft->c);
|
||||
if (strcmp(ft->c->keytable->name, name) == 0)
|
||||
return (xstrdup("1"));
|
||||
return (xstrdup("0"));
|
||||
return (xstrdup("0"));
|
||||
return (xstrdup("1"));
|
||||
}
|
||||
return (NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user