Hi vim,

I'm the maintainer for a terminal emulator. I recently added
support relatively new protocols for mouse reporting modes that allow rows
and columns greater than 223. I would like to test my change with vim, but
I'm not sure if it supports it, or if it does, how to get into that mode.

For xterm, the protocol is documented here:
http://invisible-island.net/xterm/ctlseqs/ctlseqs.txt  (search for "Mouse
Tracking" to find the relevant section). The escape code to enter the new
mode is ^[[?1005h.
For urxvt, I can't find a description of their protocol outside the source
code :( and this entry in the changelog:


        - implement xterm's horribly broken 1005 mouse reporting mode,
          and an alternative 1015 mode that works in non-utf-8 locales
          and has fewer limitations.

The escape code to enter this mode is ^[[?1015h

I see the "ttymouse" command takes an xterm2 value, but that appears to be
something other than the new ^[[?1005h mode.

As far as I can tell there isn't (yet?) a termcap entry for these.

Thanks for your help,
George

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to