[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.121 and 1.122

version 1.121, 2009/10/06 07:19:32 version 1.122, 2009/10/09 07:33:12
Line 1199 
Line 1199 
 void    tty_resize(struct tty *);  void    tty_resize(struct tty *);
 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_detect_utf8(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);  void    tty_update_mode(struct tty *, int);
 void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int);  void    tty_draw_line(struct tty *, struct screen *, u_int, u_int, u_int);

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122