The terminal window can now indicate that PuTTY is busy in various ways, by
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 15 Feb 2005 17:05:58 +0000 (17:05 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Tue, 15 Feb 2005 17:05:58 +0000 (17:05 +0000)
commit755e0524eb217ebed9f649405fa2624b26f0fb29
tree6c0aee308ae84c082baa38f8756521147049a19a
parent83372d79842f9a9c3debfb7a88456d24bfa34354
The terminal window can now indicate that PuTTY is busy in various ways, by
changing its mouse pointer. Currently this is only used in the (slightly-
arbitrarily-defined) "heavy" bits of SSH-2 key exchange. We override pointer
hiding while PuTTY is busy, but preserve pointer-hiding state.

Not yet implemented on the Mac.

Also switch to frobbing window-class cursor in Windows rather than relying on
SetCursor().

git-svn-id: svn://svn.tartarus.org/sgt/putty@5303 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c
putty.h
ssh.c
unix/gtkwin.c
unix/uxcons.c
windows/wincons.c
windows/window.c