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

Diff for /src/usr.bin/tmux/tmux.c between version 1.29 and 1.30

version 1.29, 2009/08/08 21:52:43 version 1.30, 2009/08/10 20:51:29
Line 462 
Line 462 
         if (unlock)          if (unlock)
                 cmdflags &= ~CMD_STARTSERVER;                  cmdflags &= ~CMD_STARTSERVER;
         else if (argc == 0)          else if (argc == 0)
                 cmdflags |= CMD_STARTSERVER;                  cmdflags |= CMD_STARTSERVER|CMD_SENDENVIRON;
         else {          else {
                 /*                  /*
                  * It sucks parsing the command string twice (in client and                   * It sucks parsing the command string twice (in client and

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30