[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.533 and 1.534

version 1.533, 2015/08/28 11:38:27 version 1.534, 2015/08/28 12:16:28
Line 1207 
Line 1207 
   
         struct event     repeat_timer;          struct event     repeat_timer;
   
         struct timeval   status_timer;          struct event     status_timer;
         struct screen    status;          struct screen    status;
   
 #define CLIENT_TERMINAL 0x1  #define CLIENT_TERMINAL 0x1
Line 1893 
Line 1893 
 void     server_unzoom_window(struct window *);  void     server_unzoom_window(struct window *);
   
 /* status.c */  /* status.c */
   void     status_timer_start(struct client *);
   void     status_timer_start_all(void);
 int      status_at_line(struct client *);  int      status_at_line(struct client *);
 struct window *status_get_window_at(struct client *, u_int);  struct window *status_get_window_at(struct client *, u_int);
 int      status_redraw(struct client *);  int      status_redraw(struct client *);

Legend:
Removed from v.1.533  
changed lines
  Added in v.1.534