[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.544 and 1.545

version 1.544, 2015/08/29 23:19:52 version 1.545, 2015/08/29 23:55:55
Line 1841 
Line 1841 
 void     server_client_unref(struct client *);  void     server_client_unref(struct client *);
 void     server_client_lost(struct client *);  void     server_client_lost(struct client *);
 void     server_client_callback(int, short, void *);  void     server_client_callback(int, short, void *);
 void     server_client_status_timer(void);  
 void     server_client_loop(void);  void     server_client_loop(void);
   
 /* server-fn.c */  /* server-fn.c */
Line 1863 
Line 1862 
 void     server_lock(void);  void     server_lock(void);
 void     server_lock_session(struct session *);  void     server_lock_session(struct session *);
 void     server_lock_client(struct client *);  void     server_lock_client(struct client *);
 int      server_unlock(const char *);  
 void     server_kill_window(struct window *);  void     server_kill_window(struct window *);
 int      server_link_window(struct session *,  int      server_link_window(struct session *,
              struct winlink *, struct session *, int, int, int, char **);               struct winlink *, struct session *, int, int, int, char **);
Line 2013 
Line 2011 
 void     screen_write_reverseindex(struct screen_write_ctx *);  void     screen_write_reverseindex(struct screen_write_ctx *);
 void     screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);  void     screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
 void     screen_write_linefeed(struct screen_write_ctx *, int);  void     screen_write_linefeed(struct screen_write_ctx *, int);
 void     screen_write_linefeedscreen(struct screen_write_ctx *, int);  
 void     screen_write_carriagereturn(struct screen_write_ctx *);  void     screen_write_carriagereturn(struct screen_write_ctx *);
 void     screen_write_clearendofscreen(struct screen_write_ctx *);  void     screen_write_clearendofscreen(struct screen_write_ctx *);
 void     screen_write_clearstartofscreen(struct screen_write_ctx *);  void     screen_write_clearstartofscreen(struct screen_write_ctx *);
Line 2076 
Line 2073 
                      u_int, u_int, u_int, char **);                       u_int, u_int, u_int, char **);
 void             window_destroy(struct window *);  void             window_destroy(struct window *);
 struct window_pane *window_get_active_at(struct window *, u_int, u_int);  struct window_pane *window_get_active_at(struct window *, u_int, u_int);
 void             window_set_active_at(struct window *, u_int, u_int);  
 struct window_pane *window_find_string(struct window *, const char *);  struct window_pane *window_find_string(struct window *, const char *);
 int              window_has_pane(struct window *, struct window_pane *);  int              window_has_pane(struct window *, struct window_pane *);
 int              window_set_active_pane(struct window *, struct window_pane *);  int              window_set_active_pane(struct window *, struct window_pane *);
Line 2157 
Line 2153 
 int              layout_parse(struct window *, const char *);  int              layout_parse(struct window *, const char *);
   
 /* layout-set.c */  /* layout-set.c */
 const char      *layout_set_name(u_int);  
 int              layout_set_lookup(const char *);  int              layout_set_lookup(const char *);
 u_int            layout_set_select(struct window *, u_int);  u_int            layout_set_select(struct window *, u_int);
 u_int            layout_set_next(struct window *);  u_int            layout_set_next(struct window *);
 u_int            layout_set_previous(struct window *);  u_int            layout_set_previous(struct window *);
 void             layout_set_active_changed(struct window *);  
   
 /* window-clock.c */  /* window-clock.c */
 extern const struct window_mode window_clock_mode;  extern const struct window_mode window_clock_mode;

Legend:
Removed from v.1.544  
changed lines
  Added in v.1.545