[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.676 and 1.677

version 1.676, 2016/11/15 14:02:32 version 1.677, 2016/11/15 15:17:28
Line 1664 
Line 1664 
 void    tty_attributes(struct tty *, const struct grid_cell *,  void    tty_attributes(struct tty *, const struct grid_cell *,
             const struct window_pane *);              const struct window_pane *);
 void    tty_reset(struct tty *);  void    tty_reset(struct tty *);
 void    tty_region(struct tty *, u_int, u_int);  void    tty_region_off(struct tty *);
 void    tty_margin(struct tty *, u_int, u_int);  void    tty_margin_off(struct tty *);
 void    tty_cursor(struct tty *, u_int, u_int);  void    tty_cursor(struct tty *, u_int, u_int);
 void    tty_putcode(struct tty *, enum tty_code_code);  void    tty_putcode(struct tty *, enum tty_code_code);
 void    tty_putcode1(struct tty *, enum tty_code_code, int);  void    tty_putcode1(struct tty *, enum tty_code_code, int);

Legend:
Removed from v.1.676  
changed lines
  Added in v.1.677