[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.754 and 1.755

version 1.754, 2017/04/25 18:30:29 version 1.755, 2017/04/28 19:13:55
Line 2112 
Line 2112 
 struct window_pane *window_pane_find_left(struct window_pane *);  struct window_pane *window_pane_find_left(struct window_pane *);
 struct window_pane *window_pane_find_right(struct window_pane *);  struct window_pane *window_pane_find_right(struct window_pane *);
 void             window_set_name(struct window *, const char *);  void             window_set_name(struct window *, const char *);
 void             window_remove_ref(struct window *);  void             window_add_ref(struct window *, const char *);
   void             window_remove_ref(struct window *, const char *);
 void             winlink_clear_flags(struct winlink *);  void             winlink_clear_flags(struct winlink *);
 int              winlink_shuffle_up(struct session *, struct winlink *);  int              winlink_shuffle_up(struct session *, struct winlink *);
   
Line 2226 
Line 2227 
                      const char *, const char *, struct environ *,                       const char *, const char *, struct environ *,
                      struct termios *, int, u_int, u_int, char **);                       struct termios *, int, u_int, u_int, char **);
 void             session_destroy(struct session *);  void             session_destroy(struct session *);
 void             session_unref(struct session *);  void             session_add_ref(struct session *, const char *);
   void             session_remove_ref(struct session *, const char *);
 int              session_check_name(const char *);  int              session_check_name(const char *);
 void             session_update_activity(struct session *, struct timeval *);  void             session_update_activity(struct session *, struct timeval *);
 struct session  *session_next_session(struct session *);  struct session  *session_next_session(struct session *);

Legend:
Removed from v.1.754  
changed lines
  Added in v.1.755