=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.841 retrieving revision 1.842 diff -c -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 **** ! /* $OpenBSD: tmux.h,v 1.841 2018/08/19 20:13:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.842 2018/08/20 20:41:58 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1278,1285 **** --- 1278,1288 ---- /* Status line. */ struct status_line { struct event timer; + struct screen status; struct screen *old_status; + + int window_list_offset; }; /* Client connection. */