=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.797 retrieving revision 1.798 diff -c -r1.797 -r1.798 *** src/usr.bin/tmux/tmux.h 2017/07/26 16:14:08 1.797 --- src/usr.bin/tmux/tmux.h 2017/08/02 11:10:48 1.798 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.797 2017/07/26 16:14:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.798 2017/08/02 11:10:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2257,2263 **** void window_copy_vadd(struct window_pane *, const char *, va_list); void window_copy_pageup(struct window_pane *, int); void window_copy_start_drag(struct client *, struct mouse_event *); ! int window_copy_scroll_position(struct window_pane *); /* names.c */ void check_window_name(struct window *); --- 2257,2264 ---- void window_copy_vadd(struct window_pane *, const char *, va_list); void window_copy_pageup(struct window_pane *, int); void window_copy_start_drag(struct client *, struct mouse_event *); ! void window_copy_add_formats(struct window_pane *, ! struct format_tree *); /* names.c */ void check_window_name(struct window *);