[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.714 and 1.715

version 1.714, 2017/02/06 15:00:41 version 1.715, 2017/02/06 19:26:49
Line 1992 
Line 1992 
 void     screen_write_linefeed(struct screen_write_ctx *, int);  void     screen_write_linefeed(struct screen_write_ctx *, int);
 void     screen_write_carriagereturn(struct screen_write_ctx *);  void     screen_write_carriagereturn(struct screen_write_ctx *);
 void     screen_write_clearendofscreen(struct screen_write_ctx *, u_int);  void     screen_write_clearendofscreen(struct screen_write_ctx *, u_int);
 void     screen_write_clearstartofscreen(struct screen_write_ctx *);  void     screen_write_clearstartofscreen(struct screen_write_ctx *, u_int);
 void     screen_write_clearscreen(struct screen_write_ctx *, u_int);  void     screen_write_clearscreen(struct screen_write_ctx *, u_int);
 void     screen_write_clearhistory(struct screen_write_ctx *);  void     screen_write_clearhistory(struct screen_write_ctx *);
 void     screen_write_cell(struct screen_write_ctx *, const struct grid_cell *);  void     screen_write_cell(struct screen_write_ctx *, const struct grid_cell *);

Legend:
Removed from v.1.714  
changed lines
  Added in v.1.715