[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.806 and 1.807

version 1.806, 2017/10/12 11:32:27 version 1.807, 2017/10/16 19:30:53
Line 1381 
Line 1381 
 #define CLIENT_DOUBLECLICK 0x100000  #define CLIENT_DOUBLECLICK 0x100000
 #define CLIENT_TRIPLECLICK 0x200000  #define CLIENT_TRIPLECLICK 0x200000
 #define CLIENT_SIZECHANGED 0x400000  #define CLIENT_SIZECHANGED 0x400000
   #define CLIENT_STATUSOFF 0x800000
         int              flags;          int              flags;
         struct key_table *keytable;          struct key_table *keytable;
   
Line 1928 
Line 1929 
 void     status_timer_start_all(void);  void     status_timer_start_all(void);
 void     status_update_saved(struct session *s);  void     status_update_saved(struct session *s);
 int      status_at_line(struct client *);  int      status_at_line(struct client *);
   u_int    status_line_size(struct session *);
 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 *);
 void printflike(2, 3) status_message_set(struct client *, const char *, ...);  void printflike(2, 3) status_message_set(struct client *, const char *, ...);

Legend:
Removed from v.1.806  
changed lines
  Added in v.1.807