From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <69933b1ca01201af92e49dcba1acd0ae@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] problem with cursor warping and vnc server MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 31 May 2002 21:55:17 -0400 Topicbox-Message-UUID: a39c6f1e-eaca-11e9-9e20-41e7f4b1d025 > The VNC protocol has no mechanism to move the cursor. The Plan 9 VNC protocol uses an extension to do this, but I'm not sure whether we made it up ourselves or whether it's actually used elsewhere. I suspect the latter. It was put in by Dong Lin, who uses the X VNC client quite a bit. In any event, it's trivial enough to add to the Windows client. I don't remember the call off the top of my head, but the drawterm source does it. Russ