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.26 by root, Wed Dec 21 23:57:12 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/*
364 * 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"
365 */ 365 */
366/* #define ESCZ_ANSWER "\033[?1;2C" */ 366/* #define ESCZ_ANSWER "\033[?1;2C" */
367 367
368/* 368/*
369 * Check the current value of the window-time/icon-name and avoid
370 * re-setting it to the same value -- avoids unnecessary window refreshes
371 */
372//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
373
374/*
375 * Allow foreground/background colour to be changed with an 369 * Allow foreground/background colour to be changed with an
376 * xterm escape sequence "\E]39;colour^G" -- still experimental 370 * xterm escape sequence "\E]39;colour^G"
377 */ 371 */
378#define XTERM_COLOR_CHANGE 372#define XTERM_COLOR_CHANGE
379 373
380/* 374/*
381 * Remove secondary screen's independent cursor position, a la xterm 375 * Remove secondary screen's independent cursor position, a la xterm
398#define LINESPACE 0 392#define LINESPACE 0
399 393
400/* 394/*
401 * Default number of lines in the scrollback buffer 395 * Default number of lines in the scrollback buffer
402 */ 396 */
403#define SAVELINES 64 397#define SAVELINES 1000
404 398
405/* 399/*
406 * Provide termcap/terminfo bw support (wrap backwards on cub1) 400 * Provide termcap/terminfo bw support (wrap backwards on cub1)
407 */ 401 */
408#define TERMCAP_HAS_BW 402#define TERMCAP_HAS_BW

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines