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.46 by root, Tue Jan 31 20:07:18 2006 UTC vs.
Revision 1.47 by root, Tue Jan 31 21:35:39 2006 UTC

378 * 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
379 * corresponds to the delay given in the terminfo flash code. 379 * corresponds to the delay given in the terminfo flash code.
380 */ 380 */
381#define VISUAL_BELL_DURATION .020 381#define VISUAL_BELL_DURATION .020
382 382
383#endif 383/*--------------------------------OTHER---------------------------------*/
384 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