Mercurial > 510Connectbot
diff xml/510connectbot.in @ 514:947ea334735d stable-1.9.4-6
update copyrights
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 10 Feb 2023 19:13:58 -0700 |
parents | 13a922d1fc5c |
children | 3407f4741240 |
line wrap: on
line diff
--- a/xml/510connectbot.in Fri Feb 10 17:16:47 2023 -0700 +++ b/xml/510connectbot.in Fri Feb 10 19:13:58 2023 -0700 @@ -240,7 +240,7 @@ The first argument is the line number (0..23), the second argument is the column number (0..79), and the third argument is the reason for sending this cursor update. REASON=0 is - from a previous CURSORREQUEST command. REASON=1 is a cursor update + from a previous CURSORREQUEST message. REASON=1 is a cursor update related to the previous SCREENCHANGE buffer update. REASON=2 is a cursor update caused by user keystrokes or cursor movement triggered by SETFIELD messages from the runtime. @@ -262,8 +262,8 @@ <para> When the TE sends the screen contents as a result of a previous screen watch, the screen watch area is then reset to the entire screen. The - monitor is then responsible for sending a screenwatch - command to set the watch area to something appropriate for that new + monitor is then responsible for sending a SCREENWATCH message + to set the watch area to something appropriate for that new screen. Once the monitor has set the watch area to some part of a single line, there is no mechanism for the monitor to reset it to back to the entire screen. That reset only happens when the TE sends @@ -300,7 +300,7 @@ The first argument is the line number (0..23) and the second argument is the starting column number (0..79), and the third argument is the field length in columns. - This command causes the emulator to send a FIELDVALUE message + This message causes the emulator to send a FIELDVALUE message back to the monitor. </para> @@ -320,7 +320,7 @@ the first element is the line number (0..23), the second element is the starting column number (0..79), and the third element is the field length in columns - This command causes the emulator to watch the + This message causes the emulator to watch the specified parts of the screen for updates. When any of those parts of the screen are updated by the host (even if the old and new characters are the same) , @@ -338,7 +338,7 @@ <para> DEPRESS = 8 (Monitor -> TE). The argument is a single - uint16 value containing the vk_key value. This command + uint16 value containing the vk_key value. This message causes the emulator to simulate a keypress for that key. This is used for the function keys and cursor movement keys. See DEPRESSUNICODE for ascii control @@ -364,8 +364,8 @@ <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 + by SETFIELD or DEPRESS messages does not trigger CURSORMOVE updates + in block mode (tn5250) sessions. Those messages do trigger CURSORMOVE updates in async mode (telnet, ssh) sessions. </para>