]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Slight improvement to cursor blink timing: since the cursor doesn't
authorSimon Tatham <anakin@pobox.com>
Sat, 27 Nov 2004 19:34:45 +0000 (19:34 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 27 Nov 2004 19:34:45 +0000 (19:34 +0000)
commit92f3b101f550c164953b4a490e706ebd0d9f1374
tree59efa55dc7130392c4f6a37ba93c9898af50eaed
parent02b0474f578ec550552989bd6461fd7151609006
Slight improvement to cursor blink timing: since the cursor doesn't
blink when the window doesn't have focus, we don't schedule blink
timers at that point either.

Infrastructure change: term->has_focus should now not be written
directly from outside terminal.c. Instead, use the function
term_set_focus, which will sort out the blink timers as well.

[originally from svn r4911]
mac/macterm.c
putty.h
terminal.c
unix/pterm.c
windows/window.c