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

Diff for /src/usr.bin/tmux/cmd-attach-session.c between version 1.51 and 1.52

version 1.51, 2015/12/08 01:10:31 version 1.52, 2015/12/08 08:34:18
Line 93 
Line 93 
         }          }
   
         if (cflag != NULL) {          if (cflag != NULL) {
                 ft = format_create();                  ft = format_create(0);
                 format_defaults(ft, cmd_find_client(cmdq, NULL, 1), s,                  format_defaults(ft, cmd_find_client(cmdq, NULL, 1), s,
                     NULL, NULL);                      NULL, NULL);
                 cwd = format_expand(ft, cflag);                  cwd = format_expand(ft, cflag);

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52