[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.194 and 1.195

version 1.194, 2021/06/10 07:43:44 version 1.195, 2021/08/06 07:32:21
Line 596 
Line 596 
         screen_write_set_cursor(ctx, cx, cy);          screen_write_set_cursor(ctx, cx, cy);
 }  }
   
 /* Draw a horizontal line on screen. */  /* Draw a vertical line on screen. */
 void  void
 screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)  screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)
 {  {

Legend:
Removed from v.1.194  
changed lines
  Added in v.1.195