liftoff / GateOne

Gate One is an HTML5-powered terminal emulator and SSH client
http://liftoffsoftware.com/Products/GateOne
Other
6.26k stars 925 forks source link

Xterm Mouse Support #306

Open melaleuca opened 10 years ago

melaleuca commented 10 years ago

We use tmux with mouse support it would be nice to have textual protocol that xterm uses to convey mouse clicks

liftoff commented 10 years ago

I saw this bug report and tried out ':set mouse=a' in vim to make sure it was working and sure enough mouse support was broken. I just fixed it in the latest commit. I also added support for the sending xterm scroll wheel events while I was at it.

Please pull the latest code and let me know how it goes.

melaleuca commented 10 years ago

Seems like its still there.

liftoff commented 10 years ago

Can you send me your tmux config? I'll make sure it works.

melaleuca commented 10 years ago

set -g mode-mouse on set -g mouse-select-window on set -g mouse-select-pane on