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.37 by ayin, Thu Jan 19 10:51:44 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/* Default mode to restore when releasing the PTS device. It is relaxed to be
40 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example).
42
43#define RESTORE_TTY_MODE 0666
44
45/*
46 * Define if you want to use a separate process for pty/tty handling
47 * when running setuid/setgid. You need this when making it setuid/setgid.
48 */
49#define PTYTTY_HELPER 1
50
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 51/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 52
39/* 53/*
40 * NOTE: 54 * NOTE:
41 * 55 *
42 * Most of these configuration options have not been tested within the new 56 * Some of these configuration options have not been tested within the new
43 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * 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 58 * destroy your disks or have any other effects. You may freely try (and
45 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
46 */ 60 */
47 61
248 * Disable to reset tty device to pre-incovation state 262 * Disable to reset tty device to pre-incovation state
249 */ 263 */
250#define RESET_TTY_TO_COMMON_DEFAULTS 264#define RESET_TTY_TO_COMMON_DEFAULTS
251 265
252/* 266/*
253 * Only log in wtmp file when we're a login shell (-ls option) 267 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
254 */ 268 */
255#define WTMP_ONLY_ON_LOGIN 269#define LOG_ONLY_ON_LOGIN
256 270
257/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/
258/* 272/*
259 * Disable all bell indications 273 * Disable all bell indications
260 */ 274 */
293/* 307/*
294 * (Hops) draw an internal border line on inside edge of the scrollbar 308 * (Hops) draw an internal border line on inside edge of the scrollbar
295 */ 309 */
296/* #define SB_BORDER */ 310/* #define SB_BORDER */
297 311
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-------------------------------*/ 312/*---------------------------MULTILINGUAL-------------------------------*/
319/* 313/*
320 * Allow run-time selection of Meta (Alt) to set the 8th bit on 314 * Allow run-time selection of Meta (Alt) to set the 8th bit on
321 */ 315 */
322#define META8_OPTION 316#define META8_OPTION

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines