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.23 by root, Thu Feb 10 12:25:34 2005 UTC vs.
Revision 1.26 by root, Wed Dec 21 23:57:12 2005 UTC

76/* #define NO_BOLD_UNDERLINE_REVERSE */ 76/* #define NO_BOLD_UNDERLINE_REVERSE */
77 77
78/* 78/*
79 * Define maximum possible columns and rows 79 * Define maximum possible columns and rows
80 */ 80 */
81#define MAX_COLS 4000 81#define MAX_COLS 10000
82#define MAX_ROWS 1000 82#define MAX_ROWS 10000
83
84/*
85 * Define maximum possible savelines
86 */
87#define MAX_SAVELINES 10000000
83 88
84/* 89/*
85 * Define default colours for certain items. If you have a low colour 90 * Define default colours for certain items. If you have a low colour
86 * display, then consider using colours which are already pre-allocated: 91 * display, then consider using colours which are already pre-allocated:
87 * Black (#000000) 92 * Black (#000000)
118 123
119/* 124/*
120 * Define to remove support for XCopyArea () support. XCopyArea () is useful 125 * Define to remove support for XCopyArea () support. XCopyArea () is useful
121 * for scrolling on non-local X displays 126 * for scrolling on non-local X displays
122 */ 127 */
123#define NO_SLOW_LINK_SUPPORT 128#undef NO_SLOW_LINK_SUPPORT
124 129
125/* 130/*
126 * Printer pipe which will be used for emulation of attached vt100 printer 131 * Printer pipe which will be used for emulation of attached vt100 printer
127 */ 132 */
128#define PRINTPIPE "lpr" 133#define PRINTPIPE "lpr"
407 * updating window positions. If transparency isn't working correctly 412 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one. 413 * then you might try out this one.
409 */ 414 */
410/* #define WAIT_FOR_WM */ 415/* #define WAIT_FOR_WM */
411 416
417/*
418 * The duration of the visual bell flash in µs. The default of 20ms
419 * corresponds to the delay given in the terminfo flash code.
420 */
421#define VISUAL_BELL_DURATION 20000
422
412#endif 423#endif
413 424

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines