[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.6 and 1.7

version 1.6, 2009/08/08 13:29:27 version 1.7, 2009/08/11 17:18:35
Line 90 
Line 90 
                         continue;                          continue;
   
                 ctx->print(ctx, "%2d: %s (%d, %d): %s [%ux%u %s] "                  ctx->print(ctx, "%2d: %s (%d, %d): %s [%ux%u %s] "
                     "[flags=0x%x/0x%x]", i, c->tty.path, c->fd, c->tty.fd,                      "[flags=0x%x/0x%x]", i, c->tty.path, c->ibuf.fd, c->tty.fd,
                     c->session->name, c->tty.sx, c->tty.sy, c->tty.termname,                      c->session->name, c->tty.sx, c->tty.sy, c->tty.termname,
                     c->flags, c->tty.flags);                      c->flags, c->tty.flags);
         }          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7