[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.311 and 1.312

version 1.311, 2012/02/02 00:10:12 version 1.312, 2012/02/15 17:25:02
Line 1458 
Line 1458 
 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);
 void    tty_start_tty(struct tty *);  void    tty_start_tty(struct tty *);
 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 *);

Legend:
Removed from v.1.311  
changed lines
  Added in v.1.312