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.48 by root, Sat Feb 18 15:44:26 2006 UTC

134 134
135/* 135/*
136 * Define to remove support for XCopyArea () support. XCopyArea () is useful 136 * Define to remove support for XCopyArea () support. XCopyArea () is useful
137 * for scrolling on non-local X displays 137 * for scrolling on non-local X displays
138 */ 138 */
139#undef NO_SLOW_LINK_SUPPORT 139#define NO_SLOW_LINK_SUPPORT
140 140
141/* 141/*
142 * Printer pipe which will be used for emulation of attached vt100 printer 142 * Printer pipe which will be used for emulation of attached vt100 printer
143 */ 143 */
144#define PRINTPIPE "lpr" 144#define PRINTPIPE "lpr"
298 */ 298 */
299#define SB_WIDTH_MINIMUM 5 299#define SB_WIDTH_MINIMUM 5
300#define SB_WIDTH_MAXIMUM 100 300#define SB_WIDTH_MAXIMUM 100
301 301
302/* 302/*
303 * rxvt scrollbar shadow width in pixels, must be 1 or 2
304 */
305#define SHADOW_WIDTH 1
306
307/*
303 * When using Rxvt scrollbar, clicking above or below the slider will move 308 * 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 309 * 1/4 of the screen height, if possible. Setting RXVT_SCROLL_FULL will move
305 * it one screen height less one line, if possible 310 * it one screen height less one line, if possible
306 */ 311 */
307#define RXVT_SCROLL_FULL 1 312#define RXVT_SCROLL_FULL 1
373 * The duration of the visual bell flash in s. The default of 20ms 378 * The duration of the visual bell flash in s. The default of 20ms
374 * corresponds to the delay given in the terminfo flash code. 379 * corresponds to the delay given in the terminfo flash code.
375 */ 380 */
376#define VISUAL_BELL_DURATION .020 381#define VISUAL_BELL_DURATION .020
377 382
378#endif 383/*--------------------------------OTHER---------------------------------*/
379 384
385/*
386 * Enable the linux yield/usleep hack, which can dramatically improve
387 * performance without hurting. See command.C for details.
388 */
389#if __linux__
390# define LINUX_YIELD_HACK 1
391#endif
392
393#endif
394

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines