[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.219 and 1.220

version 1.219, 2023/09/01 14:29:11 version 1.220, 2023/09/01 16:01:54
Line 1792 
Line 1792 
         u_int                            sx = screen_size_x(s);          u_int                            sx = screen_size_x(s);
         int                              collect;          int                              collect;
   
           ctx->flags &= ~SCREEN_WRITE_COMBINE;
   
         /*          /*
          * Don't need to check that the attributes and whatnot are still the           * Don't need to check that the attributes and whatnot are still the
          * same - input_parse will end the collection when anything that isn't           * same - input_parse will end the collection when anything that isn't

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220