How do you make mouse-wheel scrolling in tmux work with programs such as less and man? It will work properly with emacs and vi/vim in xterm mouse mode, but less doesn't.
EDIT
Is there a way to have tmux pass through all mouse input to the program running in the session? e.g. clicking and dragging would go to the running program (like vim) instead of entering copy-select mode?