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.23 by root, Thu Feb 10 12:25:34 2005 UTC vs.
Revision 1.25 by root, Tue Dec 20 20:58:31 2005 UTC

118 118
119/* 119/*
120 * Define to remove support for XCopyArea () support. XCopyArea () is useful 120 * Define to remove support for XCopyArea () support. XCopyArea () is useful
121 * for scrolling on non-local X displays 121 * for scrolling on non-local X displays
122 */ 122 */
123#define NO_SLOW_LINK_SUPPORT 123#undef NO_SLOW_LINK_SUPPORT
124 124
125/* 125/*
126 * Printer pipe which will be used for emulation of attached vt100 printer 126 * Printer pipe which will be used for emulation of attached vt100 printer
127 */ 127 */
128#define PRINTPIPE "lpr" 128#define PRINTPIPE "lpr"
407 * updating window positions. If transparency isn't working correctly 407 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one. 408 * then you might try out this one.
409 */ 409 */
410/* #define WAIT_FOR_WM */ 410/* #define WAIT_FOR_WM */
411 411
412/*
413 * The duration of the visual bell flash in µs. The default of 20ms
414 * corresponds to the delay given in the terminfo flash code.
415 */
416#define VISUAL_BELL_DURATION 20000
417
412#endif 418#endif
413 419

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines