Pavel Sanda wrote:
I wish there was a Preference option for this. A minority of people
simply cannot work with software that blinks
(http://www.jurta.org/prog/noblink.en.html).
We just add the K people and now the cursor blinking haters :-)
Just kidding, your request is much more sane and even sensible might I add.
You appears to know C++ and Qt programming so, a patch is welcome ;-)
and if you are on it... it maybe better to get the timeout directly from Qt
instead of new preference box.
(qtconfig -> Interface -> CursorFlashTime -> 0)
Indeed, I don't know why we hard-code this value. But, and this is a big
but, beware that we are doing a certain number of things at each cursor
blink so 0 might work well.
In any case, I think we should use QApplication::cursorFlashTime()
instead of the hardcoded 400 ms.
Abdel, resisting courageously the temptation to make a patch...