[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.132 and 1.133

version 1.132, 2009/10/12 09:09:35 version 1.133, 2009/10/12 09:16:59
Line 1248 
Line 1248 
 void    tty_attributes(struct tty *, const struct grid_cell *);  void    tty_attributes(struct tty *, const struct grid_cell *);
 void    tty_reset(struct tty *);  void    tty_reset(struct tty *);
 void    tty_region_pane(struct tty *, const struct tty_ctx *, u_int, u_int);  void    tty_region_pane(struct tty *, const struct tty_ctx *, u_int, u_int);
 void    tty_region_absolute(struct tty *, u_int, u_int);  void    tty_region(struct tty *, u_int, u_int);
 void    tty_cursor(struct tty *, u_int, u_int, u_int, u_int);  void    tty_cursor(struct tty *, u_int, u_int, 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.132  
changed lines
  Added in v.1.133