[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.25 and 1.26

version 1.25, 2011/04/19 20:12:47 version 1.26, 2012/03/15 10:36:00
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 bs=%hho] "                  ctx->print(ctx,"%2d: %s (%d, %d): %s [%ux%u %s bs=%hho "
                     "[flags=0x%x/0x%x, references=%u]", i, c->tty.path,                      "xterm=%u] [flags=0x%x/0x%x, references=%u]", i,
                     c->ibuf.fd, c->tty.fd, c->session->name,                      c->tty.path, c->ibuf.fd, c->tty.fd, c->session->name,
                     c->tty.sx, c->tty.sy, c->tty.termname,                      c->tty.sx, c->tty.sy, c->tty.termname,
                     c->tty.tio.c_cc[VERASE], c->flags,                      c->tty.tio.c_cc[VERASE], c->tty.xterm_version,
                     c->tty.flags, c->references);                      c->flags, c->tty.flags, c->references);
         }          }
         ctx->print(ctx, "%s", "");          ctx->print(ctx, "%s", "");
   

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26