Mercurial > 510ConnectbotMonitor
comparison xml/510connectbotmonitor.in @ 23:2586a4f5c8c3
add mechanism to allow getfield from other threads
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 01 May 2015 11:52:31 -0700 |
parents | a94ca5a89fe8 |
children | 3975d341e3dd |
comparison
equal
deleted
inserted
replaced
22:adc776858a2d | 23:2586a4f5c8c3 |
---|---|
114 The actual key is configurable. | 114 The actual key is configurable. |
115 </para> | 115 </para> |
116 | 116 |
117 <para> | 117 <para> |
118 CURSORMOVE = 3 (TE -> Monitor). | 118 CURSORMOVE = 3 (TE -> Monitor). |
119 The first argument is the line number (0..23) | 119 The first argument is the line number (0..23), |
120 and the second argument is the column number (0..79). | 120 the second argument is the column number (0..79), and the third |
121 argument is the reason for sending this cursor update. REASON=0 is | |
122 from a previous CURSORREQUEST command. REASON=1 is a cursor update | |
123 related to the previous SCREENCHANGE buffer update. REASON=2 is | |
124 a cursor update caused by user keystrokes. | |
121 </para> | 125 </para> |
122 | 126 |
123 <para> | 127 <para> |
124 SCREENCHANGE = 4 (TE -> Monitor). The first argument is the | 128 SCREENCHANGE = 4 (TE -> Monitor). The first argument is the |
125 number of lines. The second argument is the number of columns. | 129 number of lines. The second argument is the number of columns. |