[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.1145 and 1.1146

version 1.1145, 2021/10/11 13:27:50 version 1.1146, 2021/10/13 09:28:36
Line 2699 
Line 2699 
 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,
              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,
                const struct grid_cell *gc);
 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);
 void     screen_write_backspace(struct screen_write_ctx *);  void     screen_write_backspace(struct screen_write_ctx *);

Legend:
Removed from v.1.1145  
changed lines
  Added in v.1.1146