=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.955 retrieving revision 1.956 diff -c -r1.955 -r1.956 *** src/usr.bin/tmux/tmux.h 2020/03/11 14:17:56 1.955 --- src/usr.bin/tmux/tmux.h 2020/03/12 09:26:34 1.956 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.955 2020/03/11 14:17:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.956 2020/03/12 09:26:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1577,1582 **** --- 1577,1584 ---- #define CLIENT_REDRAWSTATUSALWAYS 0x1000000 #define CLIENT_REDRAWOVERLAY 0x2000000 #define CLIENT_CONTROL_NOOUTPUT 0x4000000 + #define CLIENT_DEFAULTSOCKET 0x8000000 + #define CLIENT_STARTSERVER 0x10000000 #define CLIENT_ALLREDRAWFLAGS \ (CLIENT_REDRAWWINDOW| \ CLIENT_REDRAWSTATUS| \ *************** *** 2200,2206 **** int server_is_marked(struct session *, struct winlink *, struct window_pane *); int server_check_marked(void); ! int server_start(struct tmuxproc *, struct event_base *, int, char *); void server_update_socket(void); void server_add_accept(int); --- 2202,2208 ---- int server_is_marked(struct session *, struct winlink *, struct window_pane *); int server_check_marked(void); ! int server_start(struct tmuxproc *, int, struct event_base *, int, char *); void server_update_socket(void); void server_add_accept(int);