[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.28 and 1.29

version 1.28, 2012/11/22 14:26:04 version 1.29, 2012/11/22 14:41:11
Line 92 
Line 92 
                     "class=%u] [flags=0x%x/0x%x, references=%u]", i,                      "class=%u] [flags=0x%x/0x%x, references=%u]", i,
                     c->tty.path, 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->tty.service_class,                      c->tty.tio.c_cc[VERASE], c->tty.class,
                     c->flags, 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.28  
changed lines
  Added in v.1.29