[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.511 and 1.512

version 1.511, 2015/05/08 16:48:12 version 1.512, 2015/05/11 10:10:16
Line 844 
Line 844 
         char             tty[TTY_NAME_MAX];          char             tty[TTY_NAME_MAX];
         int              status;          int              status;
   
         u_int            changes;  
         struct event     changes_timer;  
         u_int            changes_redraw;  
   
         int              fd;          int              fd;
         struct bufferevent *event;          struct bufferevent *event;
   
Line 2107 
Line 2103 
 struct window_pane *window_pane_find_by_id(u_int);  struct window_pane *window_pane_find_by_id(u_int);
 struct window_pane *window_pane_create(struct window *, u_int, u_int, u_int);  struct window_pane *window_pane_create(struct window *, u_int, u_int, u_int);
 void             window_pane_destroy(struct window_pane *);  void             window_pane_destroy(struct window_pane *);
 void             window_pane_timer_start(struct window_pane *);  
 int              window_pane_spawn(struct window_pane *, int, char **,  int              window_pane_spawn(struct window_pane *, int, char **,
                      const char *, const char *, int, struct environ *,                       const char *, const char *, int, struct environ *,
                      struct termios *, char **);                       struct termios *, char **);

Legend:
Removed from v.1.511  
changed lines
  Added in v.1.512