CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/11/24 06:38:44
Modified files: usr.bin/tmux : screen.c tmux.1 tmux.h window-copy.c Log message: Make the selection able to exist independent of the cursor position, so that it is not affected by scrolling. If MouseDragEnd1Pane is bound to the new "stop-selection" command: bind -Tcopy-mode MouseDragEnd1Pane stop-selection A selection made with the mouse will stay as it is after button 1 is released. (It also works bound to a key.) >From Artem Fokin.