[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.970 and 1.971

version 1.970, 2020/03/31 11:38:35 version 1.971, 2020/03/31 16:53:23
Line 927 
Line 927 
         TAILQ_HEAD (, window_mode_entry) modes;          TAILQ_HEAD (, window_mode_entry) modes;
         struct event     modetimer;          struct event     modetimer;
         time_t           modelast;          time_t           modelast;
   
         char            *searchstr;          char            *searchstr;
           int              searchregex;
   
         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.970  
changed lines
  Added in v.1.971