[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.323 and 1.324

version 1.323, 2012/03/17 22:35:09 version 1.324, 2012/03/17 22:56:04
Line 1472 
Line 1472 
 void    tty_pututf8(struct tty *, const struct grid_utf8 *);  void    tty_pututf8(struct tty *, const struct grid_utf8 *);
 void    tty_init(struct tty *, int, char *);  void    tty_init(struct tty *, int, char *);
 int     tty_resize(struct tty *);  int     tty_resize(struct tty *);
 int     tty_set_size(struct tty *tty, u_int sx, u_int sy);  int     tty_set_size(struct tty *, u_int, u_int);
 void    tty_start_tty(struct tty *);  void    tty_start_tty(struct tty *);
   void    tty_set_version(struct tty *, u_int);
 void    tty_stop_tty(struct tty *);  void    tty_stop_tty(struct tty *);
 void    tty_set_title(struct tty *, const char *);  void    tty_set_title(struct tty *, const char *);
 void    tty_update_mode(struct tty *, int, struct screen *);  void    tty_update_mode(struct tty *, int, struct screen *);

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324