[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.558 and 1.559

version 1.558, 2015/09/14 10:25:52 version 1.559, 2015/09/14 11:34:50
Line 1983 
Line 1983 
 struct window_pane *window_find_string(struct window *, const char *);  struct window_pane *window_find_string(struct window *, const char *);
 int              window_has_pane(struct window *, struct window_pane *);  int              window_has_pane(struct window *, struct window_pane *);
 int              window_set_active_pane(struct window *, struct window_pane *);  int              window_set_active_pane(struct window *, struct window_pane *);
   void             window_redraw_active_switch(struct window *,
                        struct window_pane *);
 struct window_pane *window_add_pane(struct window *, u_int);  struct window_pane *window_add_pane(struct window *, u_int);
 void             window_resize(struct window *, u_int, u_int);  void             window_resize(struct window *, u_int, u_int);
 int              window_zoom(struct window_pane *);  int              window_zoom(struct window_pane *);
Line 2210 
Line 2212 
                      const char *);                       const char *);
 void             style_apply_update(struct grid_cell *, struct options *,  void             style_apply_update(struct grid_cell *, struct options *,
                      const char *);                       const char *);
   int              style_equal(const struct grid_cell *,
                        const struct grid_cell *);
   
 #endif /* TMUX_H */  #endif /* TMUX_H */

Legend:
Removed from v.1.558  
changed lines
  Added in v.1.559