Show tmate messages in the status bar

This commit is contained in:
Nicolas Viennot
2013-06-12 19:40:30 -04:00
parent a1d7bf7dc0
commit 844451c6ce
10 changed files with 168 additions and 28 deletions

View File

@@ -62,6 +62,10 @@ recalculate_sizes(void)
if (c == NULL || c->flags & CLIENT_SUSPENDED)
continue;
if (c->session == s) {
#ifdef TMATE
if (c->flags & CLIENT_FORCE_STATUS)
has_status = 1;
#endif
if (c->tty.sx < ssx)
ssx = c->tty.sx;
if (has_status &&