[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.52 and 1.53

version 1.52, 2015/12/08 08:34:18 version 1.53, 2015/12/11 12:27:36
Line 93 
Line 93 
         }          }
   
         if (cflag != NULL) {          if (cflag != NULL) {
                 ft = format_create(0);                  ft = format_create(cmdq, 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.52  
changed lines
  Added in v.1.53