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.29 by root, Mon Jan 9 22:41:41 2006 UTC vs.
Revision 1.30 by root, Wed Jan 11 00:59:58 2006 UTC

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 should 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
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 47
56/* 48/*
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 */
128/* 120/*
129 * Allow 80/132 mode switching on startup 121 * Allow 80/132 mode switching on startup
130 */ 122 */
131/* #define ALLOW_132_MODE */ 123/* #define ALLOW_132_MODE */
132 124
133/*------------------------------RESOURCES-------------------------------*/
134/*
135 * Define to find installed application defaults for rxvt
136 * Only if USE_XGETDEFAULT is not defined.
137 */
138#define USE_XAPPLOADDIR
139
140/* 125/*
141 * Add support for the Offix DND (Drag 'n' Drop) protocol 126 * Add support for the Offix DND (Drag 'n' Drop) protocol
142 */ 127 */
143/* #define OFFIX_DND */ 128/* #define OFFIX_DND */
144 129
162/* 147/*
163 * Enable the keysym resource which allows you to define strings associated 148 * Enable the keysym resource which allows you to define strings associated
164 * with various KeySyms (0xFF00 - 0xFFFF). 149 * with various KeySyms (0xFF00 - 0xFFFF).
165 * Required by perl. 150 * Required by perl.
166 */ 151 */
167#if (!NO_RESOURCES && ENABLE_FRILLS) || ENABLE_PERL 152#if ENABLE_FRILLS || ENABLE_PERL
168# define KEYSYM_RESOURCE 153# define KEYSYM_RESOURCE
169#endif 154#endif
170 155
171/* 156/*
172 * 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines