Re: [dev] st mouse support beyond column 223

2013-01-26 Thread Egmont Koblinger
Hi Christoph, Thanks for applying! Works correctly for me from git. A couple of ways of testing: Vim: - Get newest vim (7.3.785 - you need to download and apply the 785 patches individually from ftp://ftp.vim.org/pub/vim/patches/7.3/ ) - ./configure --with-features=big; make install - put this

Re: [dev] st mouse support beyond column 223

2013-01-26 Thread Christoph Lohmann
Greetings. On Sat, 26 Jan 2013 15:14:22 +0100 Egmont Koblinger wrote: > Hi guys, > > The original mouse protocol for terminals encodes the coordinates as a > single byte (plus 32) hence only allows coordinates up to 223. > > Xterm's SGR 1006 extension changes to a different format which allows

[dev] st mouse support beyond column 223

2013-01-24 Thread Egmont Koblinger
Hi guys, The original mouse protocol for terminals encodes the coordinates as a single byte (plus 32) hence only allows coordinates up to 223. Xterm's SGR 1006 extension changes to a different format which allows arbitrary coordinates. This extension is getting widely adopted across terminals (e