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.35 by ayin, Wed Jan 18 08:40:22 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
40 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example).
42 */
43#define RESTORE_TTY_MODE 0666
44
39/* 45/*
40 * 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
41 * 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.
42 */ 48 */
43#define PTYTTY_HELPER 1 49#define PTYTTY_HELPER 1
50 * 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
51 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * rxvt-unicode framework. Changing them should work, might have no effect,
52 * 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
53 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
54 */ 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
55 71
56/* 72/*
57 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
58 */ 74 */
59/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */
128/* 144/*
129 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
130 */ 146 */
131/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
132 148
133/*
134 * Add support for the Offix DND (Drag 'n' Drop) protocol
135 */
136/* #define OFFIX_DND */
137
138/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
139 150
140/* 151/*
141 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
142 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
251 */ 262 */
252#define SELECTION_SCROLL_LINE_SPEEDUP 3 263#define SELECTION_SCROLL_LINE_SPEEDUP 3
253 264
254/*--------------------------------MISC----------------------------------*/ 265/*--------------------------------MISC----------------------------------*/
255/* 266/*
256 * Disable to reset tty device to pre-incovation state 267 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
257 */ 268 */
258#define RESET_TTY_TO_COMMON_DEFAULTS 269#define LOG_ONLY_ON_LOGIN
259 270
260/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/
261/* 272/*
262 * Disable all bell indications 273 * Disable all bell indications
263 */ 274 */
352#define SAVELINES 1000 363#define SAVELINES 1000
353 364
354/* 365/*
355 * Provide termcap/terminfo bw support (wrap backwards on cub1) 366 * Provide termcap/terminfo bw support (wrap backwards on cub1)
356 */ 367 */
357#define TERMCAP_HAS_BW 368#define TERMCAP_HAS_BW 1
358 369
359/* 370/*
360 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
361 * updating window positions. If transparency isn't working correctly
362 * then you might try out this one.
363 */
364/* #define WAIT_FOR_WM */
365
366/*
367 * 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
368 * corresponds to the delay given in the terminfo flash code. 372 * corresponds to the delay given in the terminfo flash code.
369 */ 373 */
370#define VISUAL_BELL_DURATION 20000 374#define VISUAL_BELL_DURATION .020
371 375
372#endif 376#endif
373 377

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines