=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1056 retrieving revision 1.1057 diff -u -r1.1056 -r1.1057 --- src/usr.bin/tmux/tmux.h 2020/05/25 18:57:25 1.1056 +++ src/usr.bin/tmux/tmux.h 2020/05/26 08:41:47 1.1057 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1056 2020/05/25 18:57:25 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1057 2020/05/26 08:41:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -498,6 +498,7 @@ MSG_IDENTIFY_CLIENTPID, MSG_IDENTIFY_CWD, MSG_IDENTIFY_FEATURES, + MSG_IDENTIFY_STDOUT, MSG_COMMAND = 200, MSG_DETACH, @@ -967,6 +968,7 @@ int fd; struct bufferevent *event; + struct window_pane_offset offset; size_t base_offset; @@ -1581,6 +1583,7 @@ pid_t pid; int fd; + int out_fd; struct event event; int retval;