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.36 by ayin, Wed Jan 18 16:34:53 2006 UTC

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 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
44
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 45/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 46
39/* 47/*
40 * NOTE: 48 * NOTE:
41 * 49 *
42 * Most of these configuration options have not been tested within the new 50 * Some of these configuration options have not been tested within the new
43 * rxvt-unicode framework. Changing them should work, might have no effect, 51 * 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 52 * destroy your disks or have any other effects. You may freely try (and
45 * report bugs, too!), but don't _expect_ them to work. 53 * report bugs, too!), but don't _expect_ them to work.
46 */ 54 */
47 55
248 * Disable to reset tty device to pre-incovation state 256 * Disable to reset tty device to pre-incovation state
249 */ 257 */
250#define RESET_TTY_TO_COMMON_DEFAULTS 258#define RESET_TTY_TO_COMMON_DEFAULTS
251 259
252/* 260/*
253 * Only log in wtmp file when we're a login shell (-ls option) 261 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
254 */ 262 */
255#define WTMP_ONLY_ON_LOGIN 263#define LOG_ONLY_ON_LOGIN
256 264
257/*--------------------------------BELL----------------------------------*/ 265/*--------------------------------BELL----------------------------------*/
258/* 266/*
259 * Disable all bell indications 267 * Disable all bell indications
260 */ 268 */
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