For Mac OSX 10.9
First Install SimpleSIMBL
Then Install MouseTerm
Add this to your ~/.tmux.conf
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-window-option -g mode-mouse on
For VIM Scrolling add this to your ~/.vimrc
set mouse=a
set ttymouse=xterm
Notes: see also: Scrolling inside Vim in Mac's Terminal