--- rxvt-unicode/src/feature.h 2006/01/31 20:07:18 1.46 +++ rxvt-unicode/src/feature.h 2006/02/18 15:44:26 1.48 @@ -136,7 +136,7 @@ * Define to remove support for XCopyArea () support. XCopyArea () is useful * for scrolling on non-local X displays */ -#undef NO_SLOW_LINK_SUPPORT +#define NO_SLOW_LINK_SUPPORT /* * Printer pipe which will be used for emulation of attached vt100 printer @@ -380,5 +380,15 @@ */ #define VISUAL_BELL_DURATION .020 +/*--------------------------------OTHER---------------------------------*/ + +/* + * Enable the linux yield/usleep hack, which can dramatically improve + * performance without hurting. See command.C for details. + */ +#if __linux__ +# define LINUX_YIELD_HACK 1 +#endif + #endif