On Tue, 2019-01-01 at 14:45 -0600, Bryan Christ wrote:
I can see from my data traps that the application (using ncurses) sent a ESC[?1000h sequence meaning "SET_VT200_MOUSE". What I am questioning is what should I be writing back? ESC[CbCxCyM where Cx and Cy are X10 encoded coords?
If so, does that mean that the coord values are limited to 223?
Yes, that's why mode 1006 (SGR mouse reporting) was invented.
There's also mode 1015, invented by URXVT if that's what you're impersonating, but it's not as robust as mode 1006, for the reasons described in ctlseqs.html.
_______________________________________________