=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.626 retrieving revision 1.627 diff -u -r1.626 -r1.627 --- src/usr.bin/tmux/tmux.h 2016/04/29 13:36:10 1.626 +++ src/usr.bin/tmux/tmux.h 2016/04/29 15:00:48 1.627 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.626 2016/04/29 13:36:10 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.627 2016/04/29 15:00:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -893,6 +893,9 @@ struct screen *screen; struct screen base; + + struct screen status_screen; + size_t status_size; /* Saved in alternative screen mode. */ u_int saved_cx;