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

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.72 and 1.73

version 1.72, 2020/04/18 21:35:32 version 1.73, 2020/04/20 14:59:31
Line 458 
Line 458 
         }          }
   
         tty_reset(&c->tty);          tty_reset(&c->tty);
         tty_sync_end(&c->tty);  
 }  }
   
 /* Redraw a single pane. */  /* Redraw a single pane. */
Line 476 
Line 475 
         screen_redraw_draw_pane(&ctx, wp);          screen_redraw_draw_pane(&ctx, wp);
   
         tty_reset(&c->tty);          tty_reset(&c->tty);
         tty_sync_end(&c->tty);  
 }  }
   
 /* Draw a border cell. */  /* Draw a border cell. */

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73