[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.1201 and 1.1202

version 1.1201, 2023/07/10 09:24:53 version 1.1202, 2023/08/08 07:41:04
Line 2889 
Line 2889 
              u_char);               u_char);
 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,
                enum box_lines, const struct grid_cell *);
 void     screen_write_vline(struct screen_write_ctx *, u_int, int, int);  void     screen_write_vline(struct screen_write_ctx *, u_int, int, int);
 void     screen_write_menu(struct screen_write_ctx *, struct menu *, int,  void     screen_write_menu(struct screen_write_ctx *, struct menu *, int,
                enum box_lines, const struct grid_cell *, const struct grid_cell *,
              const struct grid_cell *);               const struct grid_cell *);
 void     screen_write_box(struct screen_write_ctx *, u_int, u_int,  void     screen_write_box(struct screen_write_ctx *, u_int, u_int,
              enum box_lines, const struct grid_cell *, const char *);               enum box_lines, const struct grid_cell *, const char *);

Legend:
Removed from v.1.1201  
changed lines
  Added in v.1.1202