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

Diff for /src/usr.bin/tmux/cmd-find.c between version 1.16 and 1.17

version 1.16, 2015/10/27 13:23:24 version 1.17, 2015/10/28 09:51:55
Line 121 
Line 121 
         u_int                    session;          u_int                    session;
         struct session          *s;          struct session          *s;
   
         envent = environ_find(&c->environ, "TMUX");          envent = environ_find(c->environ, "TMUX");
         if (envent == NULL)          if (envent == NULL)
                 return (NULL);                  return (NULL);
   

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