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

Diff for /src/usr.bin/tmux/client.c between version 1.74 and 1.75

version 1.74, 2013/10/10 12:29:35 version 1.75, 2013/10/10 12:35:30
Line 351 
Line 351 
   
         for (ss = environ; *ss != NULL; ss++)          for (ss = environ; *ss != NULL; ss++)
                 client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);                  client_write_one(MSG_IDENTIFY_ENVIRON, -1, *ss, strlen(*ss) + 1);
   
         client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);          client_write_one(MSG_IDENTIFY_DONE, -1, NULL, 0);
   
         client_update_event();          client_update_event();

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75