[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.108 and 1.109

version 1.108, 2009/09/21 06:55:06 version 1.109, 2009/09/21 07:00:09
Line 545 
Line 545 
                 OPTIONS_STRING,                  OPTIONS_STRING,
                 OPTIONS_NUMBER,                  OPTIONS_NUMBER,
         } type;          } type;
         union {  
                 char    *string;          char            *str;
                 long long number;          long long        num;
         } value;  
   
         SPLAY_ENTRY(options_entry) entry;          SPLAY_ENTRY(options_entry) entry;
 };  };

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109