[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.552 and 1.553

version 1.552, 2015/09/01 11:13:39 version 1.553, 2015/09/02 17:37:54
Line 1082 
Line 1082 
   
 struct tty {  struct tty {
         struct client   *client;          struct client   *client;
   
         char            *path;          char            *path;
         u_int            class;  
   
         u_int            sx;          u_int            sx;
         u_int            sy;          u_int            sy;
Line 1564 
Line 1562 
 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_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.552  
changed lines
  Added in v.1.553