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

Diff for /src/usr.bin/tmux/screen-write.c between version 1.184 and 1.185

version 1.184, 2020/06/02 20:51:46 version 1.185, 2020/06/18 08:41:56
Line 103 
Line 103 
 {  {
         struct window_pane      *wp = ttyctx->arg;          struct window_pane      *wp = ttyctx->arg;
   
         wp->flags |= PANE_REDRAW;          if (wp != NULL)
                   wp->flags |= PANE_REDRAW;
 }  }
   
 /* Update context for client. */  /* Update context for client. */

Legend:
Removed from v.1.184  
changed lines
  Added in v.1.185