[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.569 and 1.570

version 1.569, 2015/10/31 08:13:58 version 1.570, 2015/10/31 13:12:03
Line 1102 
Line 1102 
         int              fd;          int              fd;
         struct bufferevent *event;          struct bufferevent *event;
   
         int              log_fd;  
   
         struct termios   tio;          struct termios   tio;
   
         struct grid_cell cell;          struct grid_cell cell;
Line 1555 
Line 1553 
 void    environ_push(struct environ *);  void    environ_push(struct environ *);
   
 /* tty.c */  /* tty.c */
   void    tty_create_log(void);
 void    tty_init_termios(int, struct termios *, struct bufferevent *);  void    tty_init_termios(int, struct termios *, struct bufferevent *);
 void    tty_raw(struct tty *, const char *);  void    tty_raw(struct tty *, const char *);
 void    tty_attributes(struct tty *, const struct grid_cell *,  void    tty_attributes(struct tty *, const struct grid_cell *,

Legend:
Removed from v.1.569  
changed lines
  Added in v.1.570