=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/window-copy.c,v retrieving revision 1.105 retrieving revision 1.106 diff -c -r1.105 -r1.106 *** src/usr.bin/tmux/window-copy.c 2014/04/11 19:35:54 1.105 --- src/usr.bin/tmux/window-copy.c 2014/04/17 14:45:49 1.106 *************** *** 1,4 **** ! /* $OpenBSD: window-copy.c,v 1.105 2014/04/11 19:35:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: window-copy.c,v 1.106 2014/04/17 14:45:49 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2033,2039 **** } void ! window_copy_cursor_next_word_end(struct window_pane *wp, const char *separators) { struct window_copy_mode_data *data = wp->modedata; struct options *oo = &wp->window->options; --- 2033,2040 ---- } void ! window_copy_cursor_next_word_end(struct window_pane *wp, ! const char *separators) { struct window_copy_mode_data *data = wp->modedata; struct options *oo = &wp->window->options; *************** *** 2084,2090 **** /* Move to the previous place where a word begins. */ void ! window_copy_cursor_previous_word(struct window_pane *wp, const char *separators) { struct window_copy_mode_data *data = wp->modedata; u_int px, py; --- 2085,2092 ---- /* Move to the previous place where a word begins. */ void ! window_copy_cursor_previous_word(struct window_pane *wp, ! const char *separators) { struct window_copy_mode_data *data = wp->modedata; u_int px, py;