Slight improvement to cursor blink timing: since the cursor doesn't
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Nov 2004 19:34:45 +0000 (19:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 27 Nov 2004 19:34:45 +0000 (19:34 +0000)
commit1cff13202c4c2cabbf77eac5656b327055ab11e7
tree59efa55dc7130392c4f6a37ba93c9898af50eaed
parent51df0ab5a97b5b4bd8b742375fff3cd382396e6c
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@4911 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c
putty.h
terminal.c
unix/pterm.c
windows/window.c