[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.595 and 1.596

version 1.595, 2015/12/08 01:10:31 version 1.596, 2015/12/08 08:14:04
Line 693 
Line 693 
   
 /* Hook data structures. */  /* Hook data structures. */
 struct hook {  struct hook {
         const char      *name;          const char      *name;
         struct cmd_q    *cmdq;  
         struct cmd_list *cmdlist;          struct cmd_q    *cmdq;
         RB_ENTRY(hook)   entry;          struct cmd_list *cmdlist;
   
           RB_ENTRY(hook)   entry;
 };  };
   
 /* Option data structures. */  /* Option data structures. */

Legend:
Removed from v.1.595  
changed lines
  Added in v.1.596