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.45 by root, Mon Jan 30 02:21:20 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"
298 */ 305 */
299#define SB_WIDTH_MINIMUM 5 306#define SB_WIDTH_MINIMUM 5
300#define SB_WIDTH_MAXIMUM 100 307#define SB_WIDTH_MAXIMUM 100
301 308
302/* 309/*
310 * rxvt scrollbar shadow width in pixels, must be 1 or 2
311 */
312#define SHADOW_WIDTH 1
313
314/*
303 * When using Rxvt scrollbar, clicking above or below the slider will move 315 * When using Rxvt scrollbar, clicking above or below the slider will move
304 * 1/4 of the screen height, if possible. Setting RXVT_SCROLL_FULL will move 316 * 1/4 of the screen height, if possible. Setting RXVT_SCROLL_FULL will move
305 * it one screen height less one line, if possible 317 * it one screen height less one line, if possible
306 */ 318 */
307#define RXVT_SCROLL_FULL 1 319#define RXVT_SCROLL_FULL 1
373 * The duration of the visual bell flash in s. The default of 20ms 385 * The duration of the visual bell flash in s. The default of 20ms
374 * corresponds to the delay given in the terminfo flash code. 386 * corresponds to the delay given in the terminfo flash code.
375 */ 387 */
376#define VISUAL_BELL_DURATION .020 388#define VISUAL_BELL_DURATION .020
377 389
378#endif 390/*--------------------------------OTHER---------------------------------*/
379 391
392/*
393 * Enable the linux yield/usleep hack, which can dramatically improve
394 * performance without hurting. See command.C for details.
395 */
396#if __linux__
397# define LINUX_YIELD_HACK 1
398#endif
399
400#endif
401

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines