[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.527 and 1.528

version 1.527, 2015/07/13 15:49:31 version 1.528, 2015/07/13 15:51:31
Line 1600 
Line 1600 
 void    tty_puts(struct tty *, const char *);  void    tty_puts(struct tty *, const char *);
 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 *);  int     tty_resize(struct tty *);
 int     tty_set_size(struct tty *, u_int, u_int);  int     tty_set_size(struct tty *, u_int, u_int);
 void    tty_set_class(struct tty *, u_int);  void    tty_set_class(struct tty *, u_int);

Legend:
Removed from v.1.527  
changed lines
  Added in v.1.528