Mercurial > 510ConnectbotMonitor
diff xml/510connectbotmonitor.in @ 18:a94ca5a89fe8 stable-1.0.3
add cursor request command to the TE
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 03 Jul 2014 08:38:27 -0700 |
parents | a481d8fb5571 |
children | 2586a4f5c8c3 |
line wrap: on
line diff
--- a/xml/510connectbotmonitor.in Tue Jul 01 19:10:51 2014 -0700 +++ b/xml/510connectbotmonitor.in Thu Jul 03 08:38:27 2014 -0700 @@ -135,8 +135,9 @@ character codes from the screen buffer. The field covers N columns, where N = (message length - 4) / 2. When sent from the monitor to the emulator, this causes - the emulator to send the field codes to the host. This is - also used as the reply message from the emulator to the + the emulator to send the field codes to the host (for async + modes) or to set the specified field contents (for block modes). + This is also used as the reply message from the emulator to the monitor for a previous GETFIELD from the monitor. </para> @@ -176,6 +177,14 @@ SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE should display this session. </para> + + <para> + 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. + </para> </refsect1> <refsect1 id='todo.1'>