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.42 by root, Fri Jan 20 11:02:46 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 */
61
62/*
63 * The cursor blink interval, in seconds.
64 */
65#define CURSOR_BLINK_INTERVAL 0.5
66
67/*
68 * The text blink interval, in seconds.
69 */
70#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL
47 71
48/* 72/*
49 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
50 */ 74 */
51/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */
120/* 144/*
121 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
122 */ 146 */
123/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
124 148
125/*
126 * Add support for the Offix DND (Drag 'n' Drop) protocol
127 */
128/* #define OFFIX_DND */
129
130/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
131 150
132/* 151/*
133 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
134 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
243 */ 262 */
244#define SELECTION_SCROLL_LINE_SPEEDUP 3 263#define SELECTION_SCROLL_LINE_SPEEDUP 3
245 264
246/*--------------------------------MISC----------------------------------*/ 265/*--------------------------------MISC----------------------------------*/
247/* 266/*
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) 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 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines