[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.635 and 1.636

version 1.635, 2016/06/15 09:13:46 version 1.636, 2016/06/16 10:55:47
Line 1277 
Line 1277 
         struct key_table *keytable;          struct key_table *keytable;
   
         struct event     identify_timer;          struct event     identify_timer;
           void            (*identify_callback)(struct client *, struct window_pane *);
           void            *identify_callback_data;
   
         char            *message_string;          char            *message_string;
         struct event     message_timer;          struct event     message_timer;
Line 1937 
Line 1939 
 void     server_destroy_session(struct session *);  void     server_destroy_session(struct session *);
 void     server_check_unattached(void);  void     server_check_unattached(void);
 void     server_set_identify(struct client *);  void     server_set_identify(struct client *);
 void     server_clear_identify(struct client *);  void     server_clear_identify(struct client *, struct window_pane *);
 int      server_set_stdin_callback(struct client *, void (*)(struct client *,  int      server_set_stdin_callback(struct client *, void (*)(struct client *,
              int, void *), void *, char **);               int, void *), void *, char **);
 void     server_unzoom_window(struct window *);  void     server_unzoom_window(struct window *);

Legend:
Removed from v.1.635  
changed lines
  Added in v.1.636