[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.867 and 1.868

version 1.867, 2019/03/15 10:48:05 version 1.868, 2019/03/15 14:46:58
Line 1970 
Line 1970 
 int      status_at_line(struct client *);  int      status_at_line(struct client *);
 u_int    status_line_size(struct client *);  u_int    status_line_size(struct client *);
 struct window *status_get_window_at(struct client *, u_int);  struct window *status_get_window_at(struct client *, u_int);
   void     status_free(struct client *);
 int      status_redraw(struct client *);  int      status_redraw(struct client *);
 void printflike(2, 3) status_message_set(struct client *, const char *, ...);  void printflike(2, 3) status_message_set(struct client *, const char *, ...);
 void     status_message_clear(struct client *);  void     status_message_clear(struct client *);

Legend:
Removed from v.1.867  
changed lines
  Added in v.1.868