diff xml/510connectbot.in @ 229:594101a0876a

add why argument on cursor updates
author Carl Byington <carl@five-ten-sg.com>
date Wed, 09 Jul 2014 09:37:00 -0700
parents c6157535e180
children 5517cca2bd81
line wrap: on
line diff
--- a/xml/510connectbot.in	Wed Jul 09 09:05:05 2014 -0700
+++ b/xml/510connectbot.in	Wed Jul 09 09:37:00 2014 -0700
@@ -152,8 +152,12 @@
 
             <para>
                 CURSORMOVE = 3 (TE -> Monitor).
-                The first argument is the line number (0..23)
-                and the second argument is the column number (0..79).
+                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
+                related to the previous SCREENCHANGE buffer update. REASON=2 is
+                a cursor update caused by user keystrokes.
             </para>
 
             <para>