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.47 by root, Tue Jan 31 21:35:39 2006 UTC vs.
Revision 1.49 by root, Sat Mar 4 18:42:15 2006 UTC

57 * Some of these configuration options have not been tested within the new 57 * Some of these configuration options have not been tested within the new
58 * rxvt-unicode framework. Changing them should work, might have no effect, 58 * rxvt-unicode framework. Changing them should work, might have no effect,
59 * destroy your disks or have any other effects. You may freely try (and 59 * destroy your disks or have any other effects. You may freely try (and
60 * report bugs, too!), but don't _expect_ them to work. 60 * report bugs, too!), but don't _expect_ them to work.
61 */ 61 */
62
63/*
64 * Forcefully disable double-buffering for xft. On some card/driver combination
65 * this slightly decreases performance, on most it greatly helps it.
66 * The slowdown is small, so it * should normally be enabled.
67 */
68/* #define FORCE_UNBUFFERED_XFT */
62 69
63/* 70/*
64 * The cursor blink interval, in seconds. 71 * The cursor blink interval, in seconds.
65 */ 72 */
66#define CURSOR_BLINK_INTERVAL 0.5 73#define CURSOR_BLINK_INTERVAL 0.5
134 141
135/* 142/*
136 * Define to remove support for XCopyArea () support. XCopyArea () is useful 143 * Define to remove support for XCopyArea () support. XCopyArea () is useful
137 * for scrolling on non-local X displays 144 * for scrolling on non-local X displays
138 */ 145 */
139#undef NO_SLOW_LINK_SUPPORT 146#define NO_SLOW_LINK_SUPPORT
140 147
141/* 148/*
142 * Printer pipe which will be used for emulation of attached vt100 printer 149 * Printer pipe which will be used for emulation of attached vt100 printer
143 */ 150 */
144#define PRINTPIPE "lpr" 151#define PRINTPIPE "lpr"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines