[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.191 and 1.192

version 1.191, 2021/01/22 11:28:33 version 1.192, 2021/01/27 10:42:52
Line 1970 
Line 1970 
   
         if (wp != NULL && !options_get_number(wp->options, "alternate-screen"))          if (wp != NULL && !options_get_number(wp->options, "alternate-screen"))
                 return;                  return;
   
           screen_write_collect_flush(ctx, 0, __func__);
         screen_alternate_on(ctx->s, gc, cursor);          screen_alternate_on(ctx->s, gc, cursor);
   
         screen_write_initctx(ctx, &ttyctx, 1);          screen_write_initctx(ctx, &ttyctx, 1);
Line 1986 
Line 1988 
   
         if (wp != NULL && !options_get_number(wp->options, "alternate-screen"))          if (wp != NULL && !options_get_number(wp->options, "alternate-screen"))
                 return;                  return;
   
           screen_write_collect_flush(ctx, 0, __func__);
         screen_alternate_off(ctx->s, gc, cursor);          screen_alternate_off(ctx->s, gc, cursor);
   
         screen_write_initctx(ctx, &ttyctx, 1);          screen_write_initctx(ctx, &ttyctx, 1);

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192