[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.1116 and 1.1117

version 1.1116, 2021/08/12 08:05:11 version 1.1117, 2021/08/13 06:52:51
Line 1004 
Line 1004 
 #define PANE_FOCUSED 0x4  #define PANE_FOCUSED 0x4
 /* 0x8 unused */  /* 0x8 unused */
 /* 0x10 unused */  /* 0x10 unused */
 #define PANE_FOCUSPUSH 0x20  /* 0x20 unused */
 #define PANE_INPUTOFF 0x40  #define PANE_INPUTOFF 0x40
 #define PANE_CHANGED 0x80  #define PANE_CHANGED 0x80
 #define PANE_EXITED 0x100  #define PANE_EXITED 0x100
Line 2506 
Line 2506 
 struct client *server_client_create(int);  struct client *server_client_create(int);
 int      server_client_open(struct client *, char **);  int      server_client_open(struct client *, char **);
 void     server_client_unref(struct client *);  void     server_client_unref(struct client *);
   void     server_client_set_session(struct client *, struct session *);
 void     server_client_lost(struct client *);  void     server_client_lost(struct client *);
 void     server_client_suspend(struct client *);  void     server_client_suspend(struct client *);
 void     server_client_detach(struct client *, enum msgtype);  void     server_client_detach(struct client *, enum msgtype);
Line 2826 
Line 2827 
 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 *,
                      int);                       int);
   void             window_update_focus(struct window *);
   void             window_pane_update_focus(struct window_pane *);
 void             window_redraw_active_switch(struct window *,  void             window_redraw_active_switch(struct window *,
                      struct window_pane *);                       struct window_pane *);
 struct window_pane *window_add_pane(struct window *, struct window_pane *,  struct window_pane *window_add_pane(struct window *, struct window_pane *,

Legend:
Removed from v.1.1116  
changed lines
  Added in v.1.1117