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

Diff for /src/usr.bin/tmux/input-keys.c between version 1.35 and 1.36

version 1.35, 2014/04/03 08:15:17 version 1.36, 2014/04/24 09:14:43
Line 240 
Line 240 
   
         if (m->button == 1 && (m->event & MOUSE_EVENT_CLICK) &&          if (m->button == 1 && (m->event & MOUSE_EVENT_CLICK) &&
             options_get_number(&wp->window->options, "mode-mouse") == 1) {              options_get_number(&wp->window->options, "mode-mouse") == 1) {
                 pb = paste_get_top(&global_buffers);                  pb = paste_get_top();
                 if (pb != NULL) {                  if (pb != NULL) {
                         paste_send_pane(pb, wp, "\r",                          paste_send_pane(pb, wp, "\r",
                             wp->screen->mode & MODE_BRACKETPASTE);                              wp->screen->mode & MODE_BRACKETPASTE);

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36