# HG changeset patch # User Carl Byington # Date 1404402599 25200 # Node ID f60d4b1e8c3979e5bd41d4455671151ace397743 # Parent f86f1e37b5048e8ac8a952eec56873c83bf01b97 add cursor request command to the TE diff -r f86f1e37b504 -r f60d4b1e8c39 xml/510connectbot.in --- a/xml/510connectbot.in Thu Jul 03 08:46:25 2014 -0700 +++ b/xml/510connectbot.in Thu Jul 03 08:49:59 2014 -0700 @@ -184,6 +184,19 @@ SHOWURL = 9 (Monitor -> TE). The single argument is a sequence of uint16 character codes forming a URL to be displayed. + + + SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE + should display this session. + + + + CURSORREQUEST = 11 (Monitor -> TE). There are no arguments. The TE + should send a CURSORMOVE update to the monitor. Cursor movement caused + by SETFIELD or DEPRESS commands does not trigger CURSORMOVE updates + in block mode (tn5250) sessions. Those commands do trigger CURSORMOVE + updates in async mode (telnet, ssh) sessions. +