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.38 by ayin, Thu Jan 19 10:52:32 2006 UTC vs.
Revision 1.43 by root, Sat Jan 21 14:25:05 2006 UTC

34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/ 37/*-------------------------------SECURITY-------------------------------*/
38 38
39/* Default mode to restore when releasing the PTS device. It is relaxed to be 39/* Default mode to restore when releasing the PTS device. It is relaxed to be
40 * compatible with most systems, change it to a more secure value if your 40 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example). 41 * system supports it (0640 for example).
42 */ 42 */
43
44#define RESTORE_TTY_MODE 0666 43#define RESTORE_TTY_MODE 0666
45 44
46/* 45/*
47 * Define if you want to use a separate process for pty/tty handling 46 * Define if you want to use a separate process for pty/tty handling
48 * when running setuid/setgid. You need this when making it setuid/setgid. 47 * when running setuid/setgid. You need this when making it setuid/setgid.
57 * 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
58 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * rxvt-unicode framework. Changing them should work, might have no effect,
59 * 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
60 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
61 */ 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
62 71
63/* 72/*
64 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
65 */ 74 */
66/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */
135/* 144/*
136 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
137 */ 146 */
138/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
139 148
140/*
141 * Add support for the Offix DND (Drag 'n' Drop) protocol
142 */
143/* #define OFFIX_DND */
144
145/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
146 150
147/* 151/*
148 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
149 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
258 */ 262 */
259#define SELECTION_SCROLL_LINE_SPEEDUP 3 263#define SELECTION_SCROLL_LINE_SPEEDUP 3
260 264
261/*--------------------------------MISC----------------------------------*/ 265/*--------------------------------MISC----------------------------------*/
262/* 266/*
263 * Disable to reset tty device to pre-incovation state
264 */
265#define RESET_TTY_TO_COMMON_DEFAULTS
266
267/*
268 * 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)
269 */ 268 */
270#define LOG_ONLY_ON_LOGIN 269#define LOG_ONLY_ON_LOGIN
271 270
272/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/
364#define SAVELINES 1000 363#define SAVELINES 1000
365 364
366/* 365/*
367 * Provide termcap/terminfo bw support (wrap backwards on cub1) 366 * Provide termcap/terminfo bw support (wrap backwards on cub1)
368 */ 367 */
369#define TERMCAP_HAS_BW 368#define TERMCAP_HAS_BW 1
370 369
371/* 370/*
372 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
373 * updating window positions. If transparency isn't working correctly
374 * then you might try out this one.
375 */
376/* #define WAIT_FOR_WM */
377
378/*
379 * The duration of the visual bell flash in ยตs. The default of 20ms 371 * The duration of the visual bell flash in s. The default of 20ms
380 * corresponds to the delay given in the terminfo flash code. 372 * corresponds to the delay given in the terminfo flash code.
381 */ 373 */
382#define VISUAL_BELL_DURATION 20000 374#define VISUAL_BELL_DURATION .020
383 375
384#endif 376#endif
385 377

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines