[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.1026 and 1.1027

version 1.1026, 2020/05/16 15:06:03 version 1.1027, 2020/05/16 15:11:52
Line 2434 
Line 2434 
              const struct grid_cell *, const char *, va_list);               const struct grid_cell *, const char *, va_list);
 void     screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,  void     screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,
              u_char);               u_char);
 void     screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,  
              u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);  
 void     screen_write_fast_copy(struct screen_write_ctx *, struct screen *,  void     screen_write_fast_copy(struct screen_write_ctx *, struct screen *,
              u_int, u_int, u_int, u_int);               u_int, u_int, u_int, u_int);
 void     screen_write_hline(struct screen_write_ctx *, u_int, int, int);  void     screen_write_hline(struct screen_write_ctx *, u_int, int, int);

Legend:
Removed from v.1.1026  
changed lines
  Added in v.1.1027