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

Diff for /src/usr.bin/tmux/control-notify.c between version 1.23 and 1.24

version 1.23, 2019/05/07 10:25:15 version 1.24, 2019/07/10 11:20:10
Line 36 
Line 36 
         if (c->session == NULL)          if (c->session == NULL)
             return;              return;
   
           if (c->flags & CLIENT_CONTROL_NOOUTPUT)
                   return;
   
         /*          /*
          * Only write input if the window pane is linked to a window belonging           * Only write input if the window pane is linked to a window belonging
          * to the client's session.           * to the client's session.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24