]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commit17346f3773a88128cf67e3c6cf0a59739cbb040c
tree59efa55dc7130392c4f6a37ba93c9898af50eaed
parent2b7e4510cdf152da42e15df356084a0905978b8d
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: http://svn.tartarus.org/sgt/putty@4911 cda61777-01e9-0310-a592-d414129be87e
mac/macterm.c
putty.h
terminal.c
unix/pterm.c
windows/window.c