Bug 94505

Summary: cursor or text frequency blinking should be customisable
Product: [Applications] konsole Reporter: Emmanuel C <manuco>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED INTENTIONAL    
Severity: wishlist CC: list
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Emmanuel C 2004-12-05 23:29:47 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 
OS:                Linux

Some blinking text (and the cursor) can be displayed in a console window. But the frequency of the associated timer cannot be specified. It would be nice if this value was no more hard-coded.

Value of these timers are in file TEWidget.cpp at lines 774 (for the text) and 817 (for the cursor).

A link could be maid with Bug 17755
Comment 1 Emmanuel C 2004-12-05 23:31:08 UTC
maid -> made
Comment 2 Kurt Hindenburg 2006-05-17 18:52:09 UTC
*** Bug 127226 has been marked as a duplicate of this bug. ***
Comment 3 Christian Schmitz 2006-05-17 19:45:49 UTC
there is no way to change without recompile KDE?
Can be a commandline option or another way.
Regards. Great job
Comment 4 Robert Knight 2007-05-08 00:38:53 UTC
I think this reaches into the area of excessive customisation.  If at all possible, I would really like to try and pick a better value for the default and leave it at that.

Comment 5 Emmanuel C 2007-05-08 13:23:37 UTC
Le mardi 8 mai 2007 00:38, Robert Knight a écrit :
> ------- I think this reaches into the area of excessive customisation.  If
> at all possible, I would really like to try and pick a better value for the
> default and leave it at that.


Perhaps. My idea cames from the fact that with the actual parameters, the 
blinking text is not easy to read. I have another idea which doesn't need any 
configuration : asynchronous blinking.
The text is displayed about 75 % of the cycle, and disappeared 25 % of the 
time. In this case, the text is style blinking, but can be read easily.