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.22 by root, Sun Jan 16 15:59:45 2005 UTC vs.
Revision 1.25 by root, Tue Dec 20 20:58:31 2005 UTC

29#ifndef X11LIBDIR 29#ifndef X11LIBDIR
30# define X11LIBDIR X11USRLIBDIR "/X11" 30# define X11LIBDIR X11USRLIBDIR "/X11"
31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%-.*s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 38
39/* 39/*
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