[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.942 and 1.943

version 1.942, 2019/12/19 09:22:33 version 1.943, 2019/12/26 11:04:58
Line 2689 
Line 2689 
 void             session_group_synchronize_to(struct session *);  void             session_group_synchronize_to(struct session *);
 void             session_group_synchronize_from(struct session *);  void             session_group_synchronize_from(struct session *);
 u_int            session_group_count(struct session_group *);  u_int            session_group_count(struct session_group *);
   u_int            session_group_attached_count(struct session_group *);
 void             session_renumber_windows(struct session *);  void             session_renumber_windows(struct session *);
   
 /* utf8.c */  /* utf8.c */

Legend:
Removed from v.1.942  
changed lines
  Added in v.1.943