[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.711 and 1.712

version 1.711, 2017/02/03 11:57:27 version 1.712, 2017/02/03 21:01:02
Line 545 
Line 545 
         int                     fg;          int                     fg;
         int                     bg;          int                     bg;
         struct utf8_data        data;          struct utf8_data        data;
   
 };  };
 struct grid_cell_entry {  struct grid_cell_entry {
         u_char                  flags;          u_char                  flags;
Line 936 
Line 935 
         struct winlink_stack lastw;          struct winlink_stack lastw;
         struct winlinks  windows;          struct winlinks  windows;
   
           int              statusat;
   
         struct hooks    *hooks;          struct hooks    *hooks;
         struct options  *options;          struct options  *options;
   
Line 1864 
Line 1865 
 /* status.c */  /* status.c */
 void     status_timer_start(struct client *);  void     status_timer_start(struct client *);
 void     status_timer_start_all(void);  void     status_timer_start_all(void);
   void     status_update_saved(struct session *s);
 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.711  
changed lines
  Added in v.1.712