[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.955 and 1.956

version 1.955, 2020/03/11 14:17:56 version 1.956, 2020/03/12 09:26:34
Line 1577 
Line 1577 
 #define CLIENT_REDRAWSTATUSALWAYS 0x1000000  #define CLIENT_REDRAWSTATUSALWAYS 0x1000000
 #define CLIENT_REDRAWOVERLAY 0x2000000  #define CLIENT_REDRAWOVERLAY 0x2000000
 #define CLIENT_CONTROL_NOOUTPUT 0x4000000  #define CLIENT_CONTROL_NOOUTPUT 0x4000000
   #define CLIENT_DEFAULTSOCKET 0x8000000
   #define CLIENT_STARTSERVER 0x10000000
 #define CLIENT_ALLREDRAWFLAGS           \  #define CLIENT_ALLREDRAWFLAGS           \
         (CLIENT_REDRAWWINDOW|           \          (CLIENT_REDRAWWINDOW|           \
          CLIENT_REDRAWSTATUS|           \           CLIENT_REDRAWSTATUS|           \
Line 2200 
Line 2202 
 int      server_is_marked(struct session *, struct winlink *,  int      server_is_marked(struct session *, struct winlink *,
              struct window_pane *);               struct window_pane *);
 int      server_check_marked(void);  int      server_check_marked(void);
 int      server_start(struct tmuxproc *, struct event_base *, int, char *);  int      server_start(struct tmuxproc *, int, struct event_base *, int, char *);
 void     server_update_socket(void);  void     server_update_socket(void);
 void     server_add_accept(int);  void     server_add_accept(int);
   

Legend:
Removed from v.1.955  
changed lines
  Added in v.1.956