ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/feature.h
(Generate patch)

Comparing rxvt-unicode/src/feature.h (file contents):
Revision 1.40 by ayin, Thu Jan 19 16:37:54 2006 UTC vs.
Revision 1.41 by root, Fri Jan 20 10:27:08 2006 UTC

56 * Some of these configuration options have not been tested within the new 56 * Some of these configuration options have not been tested within the new
57 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * rxvt-unicode framework. Changing them should work, might have no effect,
58 * destroy your disks or have any other effects. You may freely try (and 58 * destroy your disks or have any other effects. You may freely try (and
59 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
60 */ 60 */
61
62/*
63 * The cursor blink interval, in seconds.
64 */
65#define CURSOR_BLINK_INTERVAL 0.5
66
67/*
68 * The text blink interval, in seconds.
69 */
70#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL
61 71
62/* 72/*
63 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
64 */ 74 */
65/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines