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.39 by root, Thu Jan 19 10:52:51 2006 UTC vs.
Revision 1.42 by root, Fri Jan 20 11:02:46 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 */
134/* 144/*
135 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
136 */ 146 */
137/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
138 148
139/*
140 * Add support for the Offix DND (Drag 'n' Drop) protocol
141 */
142/* #define OFFIX_DND */
143
144/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
145 150
146/* 151/*
147 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
148 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
257 */ 262 */
258#define SELECTION_SCROLL_LINE_SPEEDUP 3 263#define SELECTION_SCROLL_LINE_SPEEDUP 3
259 264
260/*--------------------------------MISC----------------------------------*/ 265/*--------------------------------MISC----------------------------------*/
261/* 266/*
262 * Disable to reset tty device to pre-incovation state
263 */
264#define RESET_TTY_TO_COMMON_DEFAULTS
265
266/*
267 * Only log in wtmp and lastlog files when we're a login shell (-ls option) 267 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
268 */ 268 */
269#define LOG_ONLY_ON_LOGIN 269#define LOG_ONLY_ON_LOGIN
270 270
271/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines