=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.563 retrieving revision 1.564 diff -c -r1.563 -r1.564 *** src/usr.bin/tmux/tmux.h 2015/10/18 20:42:42 1.563 --- src/usr.bin/tmux/tmux.h 2015/10/23 16:02:21 1.564 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.563 2015/10/18 20:42:42 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.564 2015/10/23 16:02:21 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2082,2087 **** --- 2082,2088 ---- void window_copy_vadd(struct window_pane *, const char *, va_list); void window_copy_pageup(struct window_pane *); void window_copy_start_drag(struct client *, struct mouse_event *); + int window_copy_scroll_position(struct window_pane *); /* window-choose.c */ extern const struct window_mode window_choose_mode;