comparison xml/510connectbot.in @ 206:f60d4b1e8c39 stable-1.8.3

add cursor request command to the TE
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Jul 2014 08:49:59 -0700
parents 4bccac50fd0b
children 4fdf6b5a6f43
comparison
equal deleted inserted replaced
205:f86f1e37b504 206:f60d4b1e8c39
182 182
183 <para> 183 <para>
184 SHOWURL = 9 (Monitor -> TE). The single argument is a sequence 184 SHOWURL = 9 (Monitor -> TE). The single argument is a sequence
185 of uint16 character codes forming a URL to be displayed. 185 of uint16 character codes forming a URL to be displayed.
186 </para> 186 </para>
187
188 <para>
189 SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE
190 should display this session.
191 </para>
192
193 <para>
194 CURSORREQUEST = 11 (Monitor -> TE). There are no arguments. The TE
195 should send a CURSORMOVE update to the monitor. Cursor movement caused
196 by SETFIELD or DEPRESS commands does not trigger CURSORMOVE updates
197 in block mode (tn5250) sessions. Those commands do trigger CURSORMOVE
198 updates in async mode (telnet, ssh) sessions.
199 </para>
187 </refsect1> 200 </refsect1>
188 201
189 <refsect1 id='todo.1'> 202 <refsect1 id='todo.1'>
190 <title>TODO</title> 203 <title>TODO</title>
191 <para> 204 <para>