[BACK]Return to server-client.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/server-client.c between version 1.264 and 1.265

version 1.264, 2018/12/18 13:20:44 version 1.265, 2019/02/16 11:42:08
Line 1982 
Line 1982 
 {  {
         const char      *home;          const char      *home;
   
           if (!cfg_finished && cfg_client != NULL)
                   return (cfg_client->cwd);
         if (c != NULL && c->session == NULL && c->cwd != NULL)          if (c != NULL && c->session == NULL && c->cwd != NULL)
                 return (c->cwd);                  return (c->cwd);
         if (s != NULL && s->cwd != NULL)          if (s != NULL && s->cwd != NULL)

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265