emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Blink cursor changes, possible W32 breakage.


From: Jan Djärv
Subject: Blink cursor changes, possible W32 breakage.
Date: Tue, 16 Jul 2013 13:48:49 +0200

Hello.

Just a heads up, I changed blink cursor in two ways, one is that it stops 
blinking after blinking
blink-cursor-blinks number of times (10 by default), as inspired by 
gnome-terminal.  Also, timers are stopped when no blinking occurs.

This works on NS and X but not on W32.  I tried to be careful to not break W32, 
but it might happen anyway.  If anybody wants to implement this for W32, you 
basically need to implement generating a FOCUS_OUT_EVENT, like xterm,c and 
nsterm.m does and adjust those places in keyboard.c and frame.el that checks 
for X and NS only.

        Jan D.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]