[BACK]Return to cmd-server-info.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Attic/cmd-server-info.c between version 1.21 and 1.22

version 1.21, 2011/01/04 00:42:47 version 1.22, 2011/01/13 00:54:32
Line 88 
Line 88 
                 if (c == NULL || c->session == NULL)                  if (c == NULL || c->session == NULL)
                         continue;                          continue;
   
                 ctx->print(ctx, "%2d: %s (%d, %d): %s [%ux%u %s] "                  ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho] "
                     "[flags=0x%x/0x%x, references=%u]", i, c->tty.path,                      "[flags=0x%x/0x%x, references=%u]", i, c->tty.path,
                     c->ibuf.fd, c->tty.fd, c->session->name,                      c->ibuf.fd, c->tty.fd, c->session->name,
                     c->tty.sx, c->tty.sy, c->tty.termname, c->flags,                      c->tty.sx, c->tty.sy, c->tty.termname,
                       c->tty.tio.c_cc[VERASE], c->flags,
                     c->tty.flags, c->references);                      c->tty.flags, c->references);
         }          }
         ctx->print(ctx, "%s", "");          ctx->print(ctx, "%s", "");

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22