[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.229 and 1.230

version 1.229, 2017/05/07 21:25:59 version 1.230, 2017/05/09 13:04:36
Line 1314 
Line 1314 
   
         c->flags &= ~(CLIENT_REDRAW|CLIENT_BORDERS|CLIENT_STATUS|          c->flags &= ~(CLIENT_REDRAW|CLIENT_BORDERS|CLIENT_STATUS|
             CLIENT_STATUSFORCE);              CLIENT_STATUSFORCE);
   
           if (needed) {
                   /*
                    * We would have deferred the redraw unless the output buffer
                    * was empty, so we can record how many bytes the redraw
                    * generated.
                    */
                   c->redraw = EVBUFFER_LENGTH(tty->out);
                   log_debug("%s: redraw added %zu bytes", c->name, c->redraw);
           }
 }  }
   
 /* Set client title. */  /* Set client title. */

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230