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.32 by root, Mon Jan 16 15:00:20 2006 UTC

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
244 * this long after the last mouse click [default: 50 milliseconds] 222 * this long after the last mouse click [default: 50 milliseconds]
245 */ 223 */
246#define MOUSE_THRESHOLD 50 224#define MOUSE_THRESHOLD 50
247 225
248/* 226/*
249 * If mouse wheel is defined, then scrolling is by 5 lines (or 1 line
250 * if the shift key is down). Scrolling can be smooth or jump scrolling
251 */
252#define JUMP_MOUSE_WHEEL
253
254/*
255 * Set delay periods for continuous scrolling with scrollbar buttons 227 * Set delay periods for continuous scrolling with scrollbar buttons
256 */ 228 */
257/* #define SCROLLBAR_INITIAL_DELAY 0.33 */ 229/* #define SCROLLBAR_INITIAL_DELAY 0.33 */
258/* #define SCROLLBAR_CONTINUOUS_DELAY 0.05 */ 230/* #define SCROLLBAR_CONTINUOUS_DELAY 0.05 */
259 231
321/* 293/*
322 * (Hops) draw an internal border line on inside edge of the scrollbar 294 * (Hops) draw an internal border line on inside edge of the scrollbar
323 */ 295 */
324/* #define SB_BORDER */ 296/* #define SB_BORDER */
325 297
326/*------------------------------MENU BAR--------------------------------*/
327/*
328 * Choose how many of (experimental) menuBars you want to be able to stack at
329 * one time.
330 * A value of 1 disables menuBar stacking.
331 * A value of 0 disables menuBar all together.
332 * Note that the amount of memory overhead is the same for any value >= 2.
333 */
334#define MENUBAR_MAX 16
335
336/*
337 * Change the default shadow style
338 */
339/* #define MENUBAR_SHADOW_IN */
340
341/*
342 * Change the default shadow style
343 */
344#define MENU_SHADOW_IN
345
346/*---------------------------MULTILINGUAL-------------------------------*/ 298/*---------------------------MULTILINGUAL-------------------------------*/
347/* 299/*
348 * Allow run-time selection of Meta (Alt) to set the 8th bit on 300 * Allow run-time selection of Meta (Alt) to set the 8th bit on
349 */ 301 */
350#define META8_OPTION 302#define META8_OPTION

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines