=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.328 retrieving revision 1.329 diff -u -r1.328 -r1.329 --- src/usr.bin/tmux/tmux.h 2012/04/11 06:16:14 1.328 +++ src/usr.bin/tmux/tmux.h 2012/04/25 21:12:49 1.329 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.328 2012/04/11 06:16:14 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.329 2012/04/25 21:12:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -777,6 +777,12 @@ #define INPUT_DISCARD 0x1 const struct input_state *state; + + /* + * All input received since we were last in the ground state. Sent to + * control clients on connection. + */ + struct evbuffer *since_ground; }; /*