]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Better robustness in visual bell timeouts: handling GetTickCount
authorSimon Tatham <anakin@pobox.com>
Tue, 23 Oct 2001 19:51:23 +0000 (19:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 23 Oct 2001 19:51:23 +0000 (19:51 +0000)
commitcb102602a9bd85725bab0ce384eb639a0a9d96ea
tree9f80d75f7ef3661e44d5cc2df7fd393140189111
parentf9bbdc1226836dc7dd1f9bf1e122bf41aede84d9
Better robustness in visual bell timeouts: handling GetTickCount
wraparound, not referencing vbell_timeout if in_vbell==FALSE, that
sort of thing. I doubt it'll fix the reported problems with screen
vbells, since none of the failure modes I've just prevented looked
all that probable to me, but it's nice to have extra robustness
anyway.

[originally from svn r1314]
putty.h
terminal.c