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.31 by root, Wed Jan 11 02:13:56 2006 UTC vs.
Revision 1.33 by root, Tue Jan 17 15:17:39 2006 UTC

31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36
37/*-------------------------------SECURITY-------------------------------*/
38
39/*
40 * define if you want to use a separate process for pty/tty handling
41 * when running setuid/setgid. You need this when making it setuid/setgid.
42 */
43#define PTYTTY_HELPER 1
36 44
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 45/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 46
39/* 47/*
40 * NOTE: 48 * NOTE:
293/* 301/*
294 * (Hops) draw an internal border line on inside edge of the scrollbar 302 * (Hops) draw an internal border line on inside edge of the scrollbar
295 */ 303 */
296/* #define SB_BORDER */ 304/* #define SB_BORDER */
297 305
298/*------------------------------MENU BAR--------------------------------*/
299/*
300 * Choose how many of (experimental) menuBars you want to be able to stack at
301 * one time.
302 * A value of 1 disables menuBar stacking.
303 * A value of 0 disables menuBar all together.
304 * Note that the amount of memory overhead is the same for any value >= 2.
305 */
306#define MENUBAR_MAX 16
307
308/*
309 * Change the default shadow style
310 */
311/* #define MENUBAR_SHADOW_IN */
312
313/*
314 * Change the default shadow style
315 */
316#define MENU_SHADOW_IN
317
318/*---------------------------MULTILINGUAL-------------------------------*/ 306/*---------------------------MULTILINGUAL-------------------------------*/
319/* 307/*
320 * Allow run-time selection of Meta (Alt) to set the 8th bit on 308 * Allow run-time selection of Meta (Alt) to set the 8th bit on
321 */ 309 */
322#define META8_OPTION 310#define META8_OPTION

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines