[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.655 and 1.656

version 1.655, 2016/10/11 13:45:47 version 1.656, 2016/10/12 13:03:27
Line 1269 
Line 1269 
         u_int            prompt_hindex;          u_int            prompt_hindex;
   
 #define PROMPT_SINGLE 0x1  #define PROMPT_SINGLE 0x1
   #define PROMPT_NUMERIC 0x2
         int              prompt_flags;          int              prompt_flags;
   
         struct mode_key_data prompt_mdata;          struct mode_key_data prompt_mdata;
Line 1920 
Line 1921 
              int (*)(void *, const char *), void (*)(void *), void *, int);               int (*)(void *, const char *), void (*)(void *), void *, int);
 void     status_prompt_clear(struct client *);  void     status_prompt_clear(struct client *);
 int      status_prompt_redraw(struct client *);  int      status_prompt_redraw(struct client *);
 void     status_prompt_key(struct client *, key_code);  int      status_prompt_key(struct client *, key_code);
 void     status_prompt_update(struct client *, const char *, const char *);  void     status_prompt_update(struct client *, const char *, const char *);
 void     status_prompt_load_history(void);  void     status_prompt_load_history(void);
 void     status_prompt_save_history(void);  void     status_prompt_save_history(void);

Legend:
Removed from v.1.655  
changed lines
  Added in v.1.656