Open doy opened 10 years ago
Basic button press/release events are now supported.
Vim has mouse support. That may be helpful for checking implementation. See :help mouse-using
inside Vim.
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.
Probably based on xterm.