=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.870 retrieving revision 1.871 diff -c -r1.870 -r1.871 *** src/usr.bin/tmux/tmux.h 2019/03/16 17:14:07 1.870 --- src/usr.bin/tmux/tmux.h 2019/03/16 19:12:13 1.871 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.870 2019/03/16 17:14:07 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.871 2019/03/16 19:12:13 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1315,1321 **** struct event timer; struct screen screen; ! struct screen *old_screen; int window_list_offset; --- 1315,1322 ---- struct event timer; struct screen screen; ! struct screen *active; ! int references; int window_list_offset;