[BACK]Return to window-copy.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/window-copy.c between version 1.105 and 1.106

version 1.105, 2014/04/11 19:35:54 version 1.106, 2014/04/17 14:45:49
Line 2033 
Line 2033 
 }  }
   
 void  void
 window_copy_cursor_next_word_end(struct window_pane *wp, const char *separators)  window_copy_cursor_next_word_end(struct window_pane *wp,
       const char *separators)
 {  {
         struct window_copy_mode_data    *data = wp->modedata;          struct window_copy_mode_data    *data = wp->modedata;
         struct options                  *oo = &wp->window->options;          struct options                  *oo = &wp->window->options;
Line 2084 
Line 2085 
   
 /* Move to the previous place where a word begins. */  /* Move to the previous place where a word begins. */
 void  void
 window_copy_cursor_previous_word(struct window_pane *wp, const char *separators)  window_copy_cursor_previous_word(struct window_pane *wp,
       const char *separators)
 {  {
         struct window_copy_mode_data    *data = wp->modedata;          struct window_copy_mode_data    *data = wp->modedata;
         u_int                            px, py;          u_int                            px, py;

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106