]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
The terminal window can now indicate that PuTTY is busy in various ways, by
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 15 Feb 2005 17:05:58 +0000 (17:05 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Tue, 15 Feb 2005 17:05:58 +0000 (17:05 +0000)
commitd2ca9a36b689d4cb50a3ce4c62aec08d8bf58e91
tree6c0aee308ae84c082baa38f8756521147049a19a
parent4643fd4ae9ee6f736353b48cf5151cb55e2855f4
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: http://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