=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.999 retrieving revision 1.1000 diff -c -r1.999 -r1.1000 *** src/usr.bin/tmux/tmux.h 2020/04/16 15:14:25 1.999 --- src/usr.bin/tmux/tmux.h 2020/04/16 16:13:56 1.1000 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.999 2020/04/16 15:14:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1000 2020/04/16 16:13:56 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 777,782 **** --- 777,783 ---- struct screen_write_ctx { struct window_pane *wp; struct screen *s; + int sync; struct screen_write_collect_item *item; struct screen_write_collect_line *list;