mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
Change the B into a +.
This commit is contained in:
parent
7cf00d6b72
commit
6abb62df1e
2
window.c
2
window.c
@ -761,7 +761,7 @@ window_printable_flags(struct winlink *wl, struct client *c)
|
|||||||
if (wl->window->flags & WINDOW_ZOOMED)
|
if (wl->window->flags & WINDOW_ZOOMED)
|
||||||
flags[pos++] = 'Z';
|
flags[pos++] = 'Z';
|
||||||
if (c != NULL && tty_window_bigger(&c->tty, wl->window))
|
if (c != NULL && tty_window_bigger(&c->tty, wl->window))
|
||||||
flags[pos++] = 'B';
|
flags[pos++] = '+';
|
||||||
flags[pos] = '\0';
|
flags[pos] = '\0';
|
||||||
return (flags);
|
return (flags);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user