[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.788 and 1.789

version 1.788, 2017/06/28 11:36:39 version 1.789, 2017/06/30 22:24:08
Line 2019 
Line 2019 
              u_char);               u_char);
 void     screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,  void     screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,
              u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);               u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);
 void     screen_write_line(struct screen_write_ctx *, u_int, int, int);  void     screen_write_hline(struct screen_write_ctx *, u_int, int, int);
   void     screen_write_vline(struct screen_write_ctx *, u_int, int, int);
 void     screen_write_box(struct screen_write_ctx *, u_int, u_int);  void     screen_write_box(struct screen_write_ctx *, u_int, u_int);
 void     screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,  void     screen_write_preview(struct screen_write_ctx *, struct screen *, u_int,
              u_int);               u_int);

Legend:
Removed from v.1.788  
changed lines
  Added in v.1.789