diff options
-rw-r--r-- | window.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -761,7 +761,7 @@ window_printable_flags(struct winlink *wl, struct client *c) if (wl->window->flags & WINDOW_ZOOMED) flags[pos++] = 'Z'; if (c != NULL && tty_window_bigger(&c->tty, wl->window)) - flags[pos++] = 'B'; + flags[pos++] = '+'; flags[pos] = '\0'; return (flags); } |