=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.961 retrieving revision 1.962 diff -c -r1.961 -r1.962 *** src/usr.bin/tmux/tmux.h 2020/03/19 14:03:49 1.961 --- src/usr.bin/tmux/tmux.h 2020/03/20 17:59:39 1.962 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.961 2020/03/19 14:03:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.962 2020/03/20 17:59:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2636,2641 **** --- 2636,2643 ---- 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 *); + char *window_copy_get_word(struct window_pane *, u_int, u_int); + char *window_copy_get_line(struct window_pane *, u_int); /* names.c */ void check_window_name(struct window *);