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.32 by root, Mon Jan 16 15:00:20 2006 UTC vs.
Revision 1.45 by root, Mon Jan 30 02:21:20 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 * Default mode to restore when releasing the PTS device. It is relaxed to be
41 * compatible with most systems, change it to a more secure value if your
42 * system supports it (0640 for example).
43 */
44#define RESTORE_TTY_MODE 0666
45
46/*
47 * Define if you want to use a separate process for pty/tty handling
48 * when running setuid/setgid. You need this when making it setuid/setgid.
49 */
50#define PTYTTY_HELPER 1
51
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 52/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 53
39/* 54/*
40 * NOTE: 55 * NOTE:
41 * 56 *
42 * Most of these configuration options have not been tested within the new 57 * Some of these configuration options have not been tested within the new
43 * rxvt-unicode framework. Changing them should work, might have no effect, 58 * 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 59 * destroy your disks or have any other effects. You may freely try (and
45 * report bugs, too!), but don't _expect_ them to work. 60 * report bugs, too!), but don't _expect_ them to work.
46 */ 61 */
47 62
48/* 63/*
64 * The cursor blink interval, in seconds.
65 */
66#define CURSOR_BLINK_INTERVAL 0.5
67
68/*
69 * The text blink interval, in seconds.
70 */
71#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL
72
73/*
49 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 74 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
50 */ 75 */
51/* #define NO_CURSORCOLOR */ 76/* #define NO_CURSORCOLOR */
52 77
53/* 78/*
72#define MAX_SAVELINES 10000000 97#define MAX_SAVELINES 10000000
73 98
74/* 99/*
75 * Define default colours for certain items. If you have a low colour 100 * Define default colours for certain items. If you have a low colour
76 * display, then consider using colours which are already pre-allocated: 101 * display, then consider using colours which are already pre-allocated:
102 *
77 * Black (#000000) 103 * Black (#000000)
78 * Red3 (#CD0000) + these 104 * Red3 (#CD0000)
79 * Green3 (#00CD00) + colours 105 * Green3 (#00CD00)
80 * Yellow3 (#CDCD00) + are 106 * Yellow3 (#CDCD00)
81 * Blue3 (#0000CD) + not 107 * Blue3 (#0000CD)
82 * Magenta3 (#CD00CD) + pre-allocated 108 * Magenta3 (#CD00CD)
83 * Cyan3 (#00CDCD) + if 109 * Cyan3 (#00CDCD)
84 * AntiqueWhite (#FAEBD7) + NO_BRIGHTCOLOR 110 * AntiqueWhite (#FAEBD7)
85 * Grey25 (#404040) + defined 111 * Grey25 (#404040)
86 * Red (#FF0000) 112 * Red (#FF0000)
87 * Green (#00FF00) 113 * Green (#00FF00)
88 * Yellow (#FFFF00) 114 * Yellow (#FFFF00)
89 * Blue (#0000FF) 115 * Blue (#0000FF)
90 * Magenta (#FF00FF) 116 * Magenta (#FF00FF)
91 * Cyan (#00FFFF) 117 * Cyan (#00FFFF)
92 * White (#FFFFFF) 118 * White (#FFFFFF)
93 */ 119 */
94/* These colours MUST be defined */ 120/* These colours MUST be defined */
95#define COLOR_FOREGROUND "Black" 121#define COLOR_FOREGROUND "rgb:00/00/00"
96#define COLOR_BACKGROUND "White" 122#define COLOR_BACKGROUND "rgb:ff/ff/ff"
97#define COLOR_SCROLLBAR "#B2B2B2" /* scrollColor match Netscape */ 123#define COLOR_SCROLLBAR "rgb:b2/b2/b2" /* scrollColor match Netscape */
98#define COLOR_SCROLLTROUGH "#969696" 124#define COLOR_SCROLLTROUGH "rgb:96/96/96"
99 125
100/* 126/*
101 * The cursor colours are special. Be very careful about setting these: 127 * The cursor colours are special. Be very careful about setting these:
102 * foreground/background colours may be modified by command line or resources 128 * foreground/background colours may be modified by command line or resources
103 * prior to this allocation. Also, they are not valid if NO_CURSORCOLOR is 129 * prior to this allocation. Also, they are not valid if NO_CURSORCOLOR is
120/* 146/*
121 * Allow 80/132 mode switching on startup 147 * Allow 80/132 mode switching on startup
122 */ 148 */
123/* #define ALLOW_132_MODE */ 149/* #define ALLOW_132_MODE */
124 150
125/*
126 * Add support for the Offix DND (Drag 'n' Drop) protocol
127 */
128/* #define OFFIX_DND */
129
130/*---------------------------------KEYS---------------------------------*/ 151/*---------------------------------KEYS---------------------------------*/
131 152
132/* 153/*
133 * Define defaults for backspace and delete keys - unless they have been 154 * Define defaults for backspace and delete keys - unless they have been
134 * configured out with --disable-backspace-key / --disable-delete-key 155 * configured out with --disable-backspace-key / --disable-delete-key
243 */ 264 */
244#define SELECTION_SCROLL_LINE_SPEEDUP 3 265#define SELECTION_SCROLL_LINE_SPEEDUP 3
245 266
246/*--------------------------------MISC----------------------------------*/ 267/*--------------------------------MISC----------------------------------*/
247/* 268/*
248 * Disable to reset tty device to pre-incovation state
249 */
250#define RESET_TTY_TO_COMMON_DEFAULTS
251
252/*
253 * Only log in wtmp file when we're a login shell (-ls option) 269 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
254 */ 270 */
255#define WTMP_ONLY_ON_LOGIN 271#define LOG_ONLY_ON_LOGIN
256 272
257/*--------------------------------BELL----------------------------------*/ 273/*--------------------------------BELL----------------------------------*/
258/* 274/*
259 * Disable all bell indications 275 * Disable all bell indications
260 */ 276 */
349#define SAVELINES 1000 365#define SAVELINES 1000
350 366
351/* 367/*
352 * Provide termcap/terminfo bw support (wrap backwards on cub1) 368 * Provide termcap/terminfo bw support (wrap backwards on cub1)
353 */ 369 */
354#define TERMCAP_HAS_BW 370#define TERMCAP_HAS_BW 1
355 371
356/* 372/*
357 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
358 * updating window positions. If transparency isn't working correctly
359 * then you might try out this one.
360 */
361/* #define WAIT_FOR_WM */
362
363/*
364 * The duration of the visual bell flash in ยตs. The default of 20ms 373 * The duration of the visual bell flash in s. The default of 20ms
365 * corresponds to the delay given in the terminfo flash code. 374 * corresponds to the delay given in the terminfo flash code.
366 */ 375 */
367#define VISUAL_BELL_DURATION 20000 376#define VISUAL_BELL_DURATION .020
368 377
369#endif 378#endif
370 379

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines