[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.777 and 1.778

version 1.777, 2017/05/31 10:15:51 version 1.778, 2017/05/31 10:29:15
Line 1661 
Line 1661 
 void    tty_putc(struct tty *, u_char);  void    tty_putc(struct tty *, u_char);
 void    tty_putn(struct tty *, const void *, size_t, u_int);  void    tty_putn(struct tty *, const void *, size_t, u_int);
 int     tty_init(struct tty *, struct client *, int, char *);  int     tty_init(struct tty *, struct client *, int, char *);
 int     tty_resize(struct tty *);  void    tty_resize(struct tty *);
 int     tty_set_size(struct tty *, u_int, u_int);  void    tty_set_size(struct tty *, u_int, u_int);
 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.777  
changed lines
  Added in v.1.778