From: Simon Tatham Date: Sat, 27 Nov 2004 19:34:45 +0000 (+0000) Subject: Slight improvement to cursor blink timing: since the cursor doesn't X-Git-Tag: 0.58~344 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;ds=sidebyside;h=92f3b101f550c164953b4a490e706ebd0d9f1374;hp=92f3b101f550c164953b4a490e706ebd0d9f1374;p=PuTTY.git 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] ---