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.42 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.44 by root, Sat Jan 21 22:26:42 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/*
39/* Default mode to restore when releasing the PTS device. It is relaxed to be 40 * 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 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example). 42 * system supports it (0640 for example).
42 */ 43 */
43#define RESTORE_TTY_MODE 0666 44#define RESTORE_TTY_MODE 0666
44 45
363#define SAVELINES 1000 364#define SAVELINES 1000
364 365
365/* 366/*
366 * Provide termcap/terminfo bw support (wrap backwards on cub1) 367 * Provide termcap/terminfo bw support (wrap backwards on cub1)
367 */ 368 */
368#define TERMCAP_HAS_BW 369#define TERMCAP_HAS_BW 1
369 370
370/* 371/*
371 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
372 * updating window positions. If transparency isn't working correctly
373 * then you might try out this one.
374 */
375/* #define WAIT_FOR_WM */
376
377/*
378 * The duration of the visual bell flash in ยตs. The default of 20ms 372 * The duration of the visual bell flash in s. The default of 20ms
379 * corresponds to the delay given in the terminfo flash code. 373 * corresponds to the delay given in the terminfo flash code.
380 */ 374 */
381#define VISUAL_BELL_DURATION 20000 375#define VISUAL_BELL_DURATION .020
382 376
383#endif 377#endif
384 378

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines