=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.841 retrieving revision 1.842 diff -u -r1.841 -r1.842 --- src/usr.bin/tmux/tmux.h 2018/08/19 20:13:07 1.841 +++ src/usr.bin/tmux/tmux.h 2018/08/20 20:41:58 1.842 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.841 2018/08/19 20:13:07 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.842 2018/08/20 20:41:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1278,8 +1278,11 @@ /* Status line. */ struct status_line { struct event timer; + struct screen status; struct screen *old_status; + + int window_list_offset; }; /* Client connection. */