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

Diff for /src/usr.bin/tmux/server-fn.c between version 1.109 and 1.110

version 1.109, 2017/07/09 22:33:09 version 1.110, 2017/07/12 09:07:52
Line 173 
Line 173 
         tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3));          tty_raw(&c->tty, tty_term_string(c->tty.term, TTYC_E3));
   
         c->flags |= CLIENT_SUSPENDED;          c->flags |= CLIENT_SUSPENDED;
         proc_send_s(c->peer, MSG_LOCK, cmd);          proc_send(c->peer, MSG_LOCK, -1, cmd, strlen(cmd) + 1);
 }  }
   
 void  void

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110