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.30 by root, Wed Jan 11 00:59:58 2006 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/*
49 * Define the name of the environment variable to be used in
50 * addition to the "PATH" environment and the `path' resource.
51 * Usually it should point to where you keep your background pixmaps and/or
52 * your menu files
53 */
54#define PATH_ENV "RXVTPATH"
55
56/*
57 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 49 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
58 */ 50 */
59/* #define NO_CURSORCOLOR */ 51/* #define NO_CURSORCOLOR */
60
61/*
62 * Suppress use of BOLD and BLINK attributes for setting bright foreground
63 * and background, respectively. Simulate BOLD using colorBD or
64 * overstrike characters.
65 */
66/* #define NO_BRIGHTCOLOR */
67 52
68/* 53/*
69 * Make colours match xterm colours instead of `traditional' rxvt colours 54 * Make colours match xterm colours instead of `traditional' rxvt colours
70 */ 55 */
71#define XTERM_COLORS 56#define XTERM_COLORS
135/* 120/*
136 * Allow 80/132 mode switching on startup 121 * Allow 80/132 mode switching on startup
137 */ 122 */
138/* #define ALLOW_132_MODE */ 123/* #define ALLOW_132_MODE */
139 124
140/*------------------------------RESOURCES-------------------------------*/
141/*
142 * Define to find installed application defaults for rxvt
143 * Only if USE_XGETDEFAULT is not defined.
144 */
145#define USE_XAPPLOADDIR
146
147/* 125/*
148 * Add support for the Offix DND (Drag 'n' Drop) protocol 126 * Add support for the Offix DND (Drag 'n' Drop) protocol
149 */ 127 */
150/* #define OFFIX_DND */ 128/* #define OFFIX_DND */
151 129
167/* #define LINUX_KEYS */ 145/* #define LINUX_KEYS */
168 146
169/* 147/*
170 * Enable the keysym resource which allows you to define strings associated 148 * Enable the keysym resource which allows you to define strings associated
171 * with various KeySyms (0xFF00 - 0xFFFF). 149 * with various KeySyms (0xFF00 - 0xFFFF).
172 * Only works with the default hand-rolled resources. 150 * Required by perl.
173 */ 151 */
174#if !NO_RESOURCES && ENABLE_FRILLS 152#if ENABLE_FRILLS || ENABLE_PERL
175# define KEYSYM_RESOURCE 153# define KEYSYM_RESOURCE
176#endif 154#endif
177 155
178/* 156/*
179 * Modifier/s to use to allow up/down arrows and Prior/Next keys 157 * Modifier/s to use to allow up/down arrows and Prior/Next keys
364 * Change what ESC Z transmits instead of the default "\E[?1;2c" 342 * Change what ESC Z transmits instead of the default "\E[?1;2c"
365 */ 343 */
366/* #define ESCZ_ANSWER "\033[?1;2C" */ 344/* #define ESCZ_ANSWER "\033[?1;2C" */
367 345
368/* 346/*
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 347 * Allow foreground/background colour to be changed with an
376 * xterm escape sequence "\E]39;colour^G" -- still experimental 348 * xterm escape sequence "\E]39;colour^G"
377 */ 349 */
378#define XTERM_COLOR_CHANGE 350#define XTERM_COLOR_CHANGE
379 351
380/* 352/*
381 * Remove secondary screen's independent cursor position, a la xterm 353 * Remove secondary screen's independent cursor position, a la xterm
398#define LINESPACE 0 370#define LINESPACE 0
399 371
400/* 372/*
401 * Default number of lines in the scrollback buffer 373 * Default number of lines in the scrollback buffer
402 */ 374 */
403#define SAVELINES 64 375#define SAVELINES 1000
404 376
405/* 377/*
406 * Provide termcap/terminfo bw support (wrap backwards on cub1) 378 * Provide termcap/terminfo bw support (wrap backwards on cub1)
407 */ 379 */
408#define TERMCAP_HAS_BW 380#define TERMCAP_HAS_BW

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines