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.27 by root, Tue Dec 27 12:23:37 2005 UTC vs.
Revision 1.29 by root, Mon Jan 9 22:41:41 2006 UTC

55 55
56/* 56/*
57 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 57 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
58 */ 58 */
59/* #define NO_CURSORCOLOR */ 59/* #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 60
68/* 61/*
69 * Make colours match xterm colours instead of `traditional' rxvt colours 62 * Make colours match xterm colours instead of `traditional' rxvt colours
70 */ 63 */
71#define XTERM_COLORS 64#define XTERM_COLORS
167/* #define LINUX_KEYS */ 160/* #define LINUX_KEYS */
168 161
169/* 162/*
170 * Enable the keysym resource which allows you to define strings associated 163 * Enable the keysym resource which allows you to define strings associated
171 * with various KeySyms (0xFF00 - 0xFFFF). 164 * with various KeySyms (0xFF00 - 0xFFFF).
172 * Only works with the default hand-rolled resources. 165 * Required by perl.
173 */ 166 */
174#if !NO_RESOURCES && ENABLE_FRILLS 167#if (!NO_RESOURCES && ENABLE_FRILLS) || ENABLE_PERL
175# define KEYSYM_RESOURCE 168# define KEYSYM_RESOURCE
176#endif 169#endif
177 170
178/* 171/*
179 * Modifier/s to use to allow up/down arrows and Prior/Next keys 172 * Modifier/s to use to allow up/down arrows and Prior/Next keys

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines