[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.116 and 1.117

version 1.116, 2009/09/23 12:03:31 version 1.117, 2009/09/23 14:42:48
Line 958 
Line 958 
         void             (*prompt_freefn)(void *);          void             (*prompt_freefn)(void *);
         void            *prompt_data;          void            *prompt_data;
   
 #define PROMPT_HIDDEN 0x1  #define PROMPT_SINGLE 0x1
 #define PROMPT_SINGLE 0x2  
         int              prompt_flags;          int              prompt_flags;
   
         u_int            prompt_hindex;          u_int            prompt_hindex;

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117