[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.528 and 1.529

version 1.528, 2015/07/13 15:51:31 version 1.529, 2015/07/20 15:50:04
Line 1469 
Line 1469 
 int              areshell(const char *);  int              areshell(const char *);
 void             setblocking(int, int);  void             setblocking(int, int);
 __dead void      shell_exec(const char *, const char *);  __dead void      shell_exec(const char *, const char *);
   const char      *find_home(void);
   
 /* cfg.c */  /* cfg.c */
 extern struct cmd_q *cfg_cmd_q;  extern struct cmd_q *cfg_cmd_q;
Line 1943 
Line 1944 
 int      status_prompt_redraw(struct client *);  int      status_prompt_redraw(struct client *);
 void     status_prompt_key(struct client *, int);  void     status_prompt_key(struct client *, int);
 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_save_history(void);
   
 /* resize.c */  /* resize.c */
 void     recalculate_sizes(void);  void     recalculate_sizes(void);

Legend:
Removed from v.1.528  
changed lines
  Added in v.1.529