comparison 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
comparison
equal deleted inserted replaced
17:cc4da730e429 18:a94ca5a89fe8
133 and the second argument is the column number (0..79). 133 and the second argument is the column number (0..79).
134 That is followed by the field value, a sequence of uint16 134 That is followed by the field value, a sequence of uint16
135 character codes from the screen buffer. The field 135 character codes from the screen buffer. The field
136 covers N columns, where N = (message length - 4) / 2. 136 covers N columns, where N = (message length - 4) / 2.
137 When sent from the monitor to the emulator, this causes 137 When sent from the monitor to the emulator, this causes
138 the emulator to send the field codes to the host. This is 138 the emulator to send the field codes to the host (for async
139 also used as the reply message from the emulator to the 139 modes) or to set the specified field contents (for block modes).
140 This is also used as the reply message from the emulator to the
140 monitor for a previous GETFIELD from the monitor. 141 monitor for a previous GETFIELD from the monitor.
141 </para> 142 </para>
142 143
143 <para> 144 <para>
144 GETFIELD = 6 (Monitor -> TE). 145 GETFIELD = 6 (Monitor -> TE).
174 175
175 <para> 176 <para>
176 SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE 177 SWITCHSESSION = 10 (Monitor -> TE). There are no arguments. The TE
177 should display this session. 178 should display this session.
178 </para> 179 </para>
180
181 <para>
182 CURSORREQUEST = 11 (Monitor -> TE). There are no arguments. The TE
183 should send a CURSORMOVE update to the monitor. Cursor movement caused
184 by SETFIELD or DEPRESS commands does not trigger CURSORMOVE updates
185 in block mode (tn5250) sessions. Those commands do trigger CURSORMOVE
186 updates in async mode (telnet, ssh) sessions.
187 </para>
179 </refsect1> 188 </refsect1>
180 189
181 <refsect1 id='todo.1'> 190 <refsect1 id='todo.1'>
182 <title>TODO</title> 191 <title>TODO</title>
183 <para> 192 <para>