]> asedeno.scripts.mit.edu Git - PuTTY.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)
commitc9116974acc7c947ca9574e0df4c171b2cd87225
tree6c0aee308ae84c082baa38f8756521147049a19a
parent9d9c0fcffc0e3affa9413b92c514ea42f992b4ed
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().

[originally from svn r5303]
mac/macterm.c
putty.h
ssh.c
unix/gtkwin.c
unix/uxcons.c
windows/wincons.c
windows/window.c