[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.831 and 1.832

version 1.831, 2018/07/31 11:49:26 version 1.832, 2018/08/02 07:55:16
Line 1357 
Line 1357 
         void            (*identify_callback)(struct client *,          void            (*identify_callback)(struct client *,
                              struct window_pane *);                               struct window_pane *);
         void            *identify_callback_data;          void            *identify_callback_data;
           struct cmdq_item *identify_callback_item;
   
         char            *message_string;          char            *message_string;
         struct event     message_timer;          struct event     message_timer;

Legend:
Removed from v.1.831  
changed lines
  Added in v.1.832