[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.137 and 1.138

version 1.137, 2015/05/06 07:52:06 version 1.138, 2015/05/08 15:56:49
Line 1178 
Line 1178 
                 return;                  return;
         c->flags |= CLIENT_IDENTIFIED;          c->flags |= CLIENT_IDENTIFIED;
   
 #ifdef __CYGWIN__  
         c->fd = open(c->ttyname, O_RDWR|O_NOCTTY);  
         c->cwd = open(".", O_RDONLY);  
 #endif  
   
         if (c->flags & CLIENT_CONTROL) {          if (c->flags & CLIENT_CONTROL) {
                 c->stdin_callback = control_callback;                  c->stdin_callback = control_callback;
   

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138