[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.71 and 1.72

version 1.71, 2011/05/18 18:06:36 version 1.72, 2011/05/18 20:24:29
Line 1345 
Line 1345 
         }          }
         off--;  /* remove final \n */          off--;  /* remove final \n */
   
           if (options_get_number(&global_options, "set-clipboard"))
                   screen_write_setselection(&wp->ictx.ctx, buf, off);
   
         /* Add the buffer to the stack. */          /* Add the buffer to the stack. */
         limit = options_get_number(&global_options, "buffer-limit");          limit = options_get_number(&global_options, "buffer-limit");
         paste_add(&global_buffers, buf, off, limit);          paste_add(&global_buffers, buf, off, limit);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72