doy / runes

a modern terminal client
Other
35 stars 1 forks source link

mouse support #14

Open doy opened 10 years ago

doy commented 10 years ago

Probably based on xterm.

doy commented 10 years ago

Basic button press/release events are now supported.

dolmen commented 10 years ago

Vim has mouse support. That may be helpful for checking implementation. See :help mouse-using inside Vim.

doy commented 10 years ago

I've been testing with elinks, which seems to work well enough. What I'd like to see is an example of an application which uses the mouse motion or focus escapes (\e[?1001h, \e[?1002h, \e[?1003h, or \e[?1004h). Vim only uses the basic mouse support (so it should work fine now), as does everything else I've tried - possibly because that's all that ncurses supports.