[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.922 and 1.923

version 1.922, 2019/07/15 18:25:07 version 1.923, 2019/08/05 06:42:02
Line 420 
Line 420 
         TTYC_REV,          TTYC_REV,
         TTYC_RGB,          TTYC_RGB,
         TTYC_RI,          TTYC_RI,
           TTYC_RIN,
         TTYC_RMACS,          TTYC_RMACS,
         TTYC_RMCUP,          TTYC_RMCUP,
         TTYC_RMKX,          TTYC_RMKX,
Line 1925 
Line 1926 
 void    tty_cmd_insertline(struct tty *, const struct tty_ctx *);  void    tty_cmd_insertline(struct tty *, const struct tty_ctx *);
 void    tty_cmd_linefeed(struct tty *, const struct tty_ctx *);  void    tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
 void    tty_cmd_scrollup(struct tty *, const struct tty_ctx *);  void    tty_cmd_scrollup(struct tty *, const struct tty_ctx *);
   void    tty_cmd_scrolldown(struct tty *, const struct tty_ctx *);
 void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);  void    tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
 void    tty_cmd_setselection(struct tty *, const struct tty_ctx *);  void    tty_cmd_setselection(struct tty *, const struct tty_ctx *);
 void    tty_cmd_rawstring(struct tty *, const struct tty_ctx *);  void    tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
Line 2301 
Line 2303 
 void     screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);  void     screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
 void     screen_write_linefeed(struct screen_write_ctx *, int, u_int);  void     screen_write_linefeed(struct screen_write_ctx *, int, u_int);
 void     screen_write_scrollup(struct screen_write_ctx *, u_int, u_int);  void     screen_write_scrollup(struct screen_write_ctx *, u_int, u_int);
   void     screen_write_scrolldown(struct screen_write_ctx *, u_int, u_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 *, u_int);  void     screen_write_clearstartofscreen(struct screen_write_ctx *, u_int);

Legend:
Removed from v.1.922  
changed lines
  Added in v.1.923