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

Diff for /src/usr.bin/tmux/cmd-switch-client.c between version 1.44 and 1.45

version 1.44, 2016/10/16 19:04:05 version 1.45, 2017/01/06 13:26:09
Line 102 
Line 102 
                 }                  }
         }          }
   
         if (c != NULL && !args_has(args, 'E')) {          if (!args_has(args, 'E')) {
                 update = options_get_string(s->options, "update-environment");                  update = options_get_string(s->options, "update-environment");
                 environ_update(update, c->environ, s->environ);                  environ_update(update, c->environ, s->environ);
         }          }

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45