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.24 by root, Fri Aug 5 16:42:44 2005 UTC vs.
Revision 1.27 by root, Tue Dec 27 12:23:37 2005 UTC

38 38
39/* 39/*
40 * NOTE: 40 * NOTE:
41 * 41 *
42 * Most of these configuration options have not been tested within the new 42 * Most of these configuration options have not been tested within the new
43 * rxvt-unicode framework. Changing them might work, might have no effect, 43 * rxvt-unicode framework. Changing them should work, might have no effect,
44 * destroy your disks or have any other effects. You may freely try (and 44 * destroy your disks or have any other effects. You may freely try (and
45 * report bugs, too!), but don't _expect_ them to work. 45 * report bugs, too!), but don't _expect_ them to work.
46 */ 46 */
47 47
48/* 48/*
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"
359 * Change what ESC Z transmits instead of the default "\E[?1;2c" 364 * Change what ESC Z transmits instead of the default "\E[?1;2c"
360 */ 365 */
361/* #define ESCZ_ANSWER "\033[?1;2C" */ 366/* #define ESCZ_ANSWER "\033[?1;2C" */
362 367
363/* 368/*
364 * Check the current value of the window-time/icon-name and avoid
365 * re-setting it to the same value -- avoids unnecessary window refreshes
366 */
367//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
368
369/*
370 * Allow foreground/background colour to be changed with an 369 * Allow foreground/background colour to be changed with an
371 * xterm escape sequence "\E]39;colour^G" -- still experimental 370 * xterm escape sequence "\E]39;colour^G"
372 */ 371 */
373#define XTERM_COLOR_CHANGE 372#define XTERM_COLOR_CHANGE
374 373
375/* 374/*
376 * Remove secondary screen's independent cursor position, a la xterm 375 * Remove secondary screen's independent cursor position, a la xterm
393#define LINESPACE 0 392#define LINESPACE 0
394 393
395/* 394/*
396 * Default number of lines in the scrollback buffer 395 * Default number of lines in the scrollback buffer
397 */ 396 */
398#define SAVELINES 64 397#define SAVELINES 1000
399 398
400/* 399/*
401 * Provide termcap/terminfo bw support (wrap backwards on cub1) 400 * Provide termcap/terminfo bw support (wrap backwards on cub1)
402 */ 401 */
403#define TERMCAP_HAS_BW 402#define TERMCAP_HAS_BW

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines