[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.157 and 1.158

version 1.157, 2022/02/28 09:34:57 version 1.158, 2022/05/30 12:48:57
Line 360 
Line 360 
         /* Send identify messages. */          /* Send identify messages. */
         client_send_identify(ttynam, termname, caps, ncaps, cwd, feat);          client_send_identify(ttynam, termname, caps, ncaps, cwd, feat);
         tty_term_free_list(caps, ncaps);          tty_term_free_list(caps, ncaps);
           proc_flush_peer(client_peer);
   
         /* Send first command. */          /* Send first command. */
         if (msg == MSG_COMMAND) {          if (msg == MSG_COMMAND) {

Legend:
Removed from v.1.157  
changed lines
  Added in v.1.158