--- rxvt-unicode/src/feature.h 2005/02/10 12:25:34 1.23 +++ rxvt-unicode/src/feature.h 2005/08/05 16:42:44 1.24 @@ -409,5 +409,11 @@ */ /* #define WAIT_FOR_WM */ +/* + * 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 + #endif