Mercurial > 510Connectbot
comparison 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 |
comparison
equal
deleted
inserted
replaced
228:c9a7f33b53a8 | 229:594101a0876a |
---|---|
150 The actual key is configurable. | 150 The actual key is configurable. |
151 </para> | 151 </para> |
152 | 152 |
153 <para> | 153 <para> |
154 CURSORMOVE = 3 (TE -> Monitor). | 154 CURSORMOVE = 3 (TE -> Monitor). |
155 The first argument is the line number (0..23) | 155 The first argument is the line number (0..23), |
156 and the second argument is the column number (0..79). | 156 the second argument is the column number (0..79), and the third |
157 argument is the reason for sending this cursor update. REASON=0 is | |
158 from a previous CURSORREQUEST command. REASON=1 is a cursor update | |
159 related to the previous SCREENCHANGE buffer update. REASON=2 is | |
160 a cursor update caused by user keystrokes. | |
157 </para> | 161 </para> |
158 | 162 |
159 <para> | 163 <para> |
160 SCREENCHANGE = 4 (TE -> Monitor). The first argument is the | 164 SCREENCHANGE = 4 (TE -> Monitor). The first argument is the |
161 number of lines. The second argument is the number of columns. | 165 number of lines. The second argument is the number of columns. |