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

Diff for /src/usr.bin/tmux/cmd-new-session.c between version 1.17 and 1.18

version 1.17, 2009/09/12 09:54:34 version 1.18, 2009/09/15 07:45:16
Line 197 
Line 197 
         /* Find new session size. */          /* Find new session size. */
         if (detached) {          if (detached) {
                 sx = 80;                  sx = 80;
                 sy = 25;                  sy = 24;
         } else if (ctx->cmdclient != NULL) {          } else if (ctx->cmdclient != NULL) {
                 sx = ctx->cmdclient->tty.sx;                  sx = ctx->cmdclient->tty.sx;
                 sy = ctx->cmdclient->tty.sy;                  sy = ctx->cmdclient->tty.sy;

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18