When the mode-mouse option is on, support dragging to make a selection
commit43fa9a9ba60f0fba1f5c7985ed9c65cea304d2c4
authorNicholas Marriott <nicm@openbsd.org>
Mon, 31 May 2010 19:51:29 +0000 (31 19:51 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Mon, 31 May 2010 19:51:29 +0000 (31 19:51 +0000)
tree89dc06ea00452e3f6e440d6875016ee9d0910c66
parente1e120de1c4fc5f37940ba3a6567acc914f1692c
When the mode-mouse option is on, support dragging to make a selection
in copy mode.

Also support the scroll wheel, although xterm strangely does not ignore
it in application mouse mode, causing redraw artifacts when scrolling up
(other terminals appear to be better behaved).
tmux.1
tmux.h
tty-keys.c
tty.c
window-copy.c