--- rxvt-unicode/src/feature.h 2006/01/20 11:02:46 1.42 +++ rxvt-unicode/src/feature.h 2006/01/21 22:26:42 1.44 @@ -36,7 +36,8 @@ /*-------------------------------SECURITY-------------------------------*/ -/* Default mode to restore when releasing the PTS device. It is relaxed to be +/* + * Default mode to restore when releasing the PTS device. It is relaxed to be * compatible with most systems, change it to a more secure value if your * system supports it (0640 for example). */ @@ -365,20 +366,13 @@ /* * Provide termcap/terminfo bw support (wrap backwards on cub1) */ -#define TERMCAP_HAS_BW - -/* - * Some (older, e.g. fvwm 2.2.2) window managers need some time when - * updating window positions. If transparency isn't working correctly - * then you might try out this one. - */ -/* #define WAIT_FOR_WM */ +#define TERMCAP_HAS_BW 1 /* - * The duration of the visual bell flash in µs. The default of 20ms + * The duration of the visual bell flash in s. The default of 20ms * corresponds to the delay given in the terminfo flash code. */ -#define VISUAL_BELL_DURATION 20000 +#define VISUAL_BELL_DURATION .020 #endif