[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.634 and 1.635

version 1.634, 2016/06/06 07:28:52 version 1.635, 2016/06/15 09:13:46
Line 823 
Line 823 
         void    (*key)(struct window_pane *, struct client *, struct session *,          void    (*key)(struct window_pane *, struct client *, struct session *,
                     key_code, struct mouse_event *);                      key_code, struct mouse_event *);
 };  };
   #define WINDOW_MODE_TIMEOUT 180
   
 /* Structures for choose mode. */  /* Structures for choose mode. */
 struct window_choose_data {  struct window_choose_data {
Line 905 
Line 906 
   
         const struct window_mode *mode;          const struct window_mode *mode;
         void            *modedata;          void            *modedata;
           struct event     modetimer;
           time_t           modelast;
   
         TAILQ_ENTRY(window_pane) entry;          TAILQ_ENTRY(window_pane) entry;
         RB_ENTRY(window_pane) tree_entry;          RB_ENTRY(window_pane) tree_entry;

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