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.36 by ayin, Wed Jan 18 16:34:53 2006 UTC vs.
Revision 1.42 by root, Fri Jan 20 11:02:46 2006 UTC

34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/ 37/*-------------------------------SECURITY-------------------------------*/
38 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
39/* 45/*
40 * Define if you want to use a separate process for pty/tty handling 46 * 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. 47 * when running setuid/setgid. You need this when making it setuid/setgid.
42 */ 48 */
43#define PTYTTY_HELPER 1 49#define PTYTTY_HELPER 1
50 * Some of these configuration options have not been tested within the new 56 * Some of these configuration options have not been tested within the new
51 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * rxvt-unicode framework. Changing them should work, might have no effect,
52 * 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
53 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
54 */ 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
55 71
56/* 72/*
57 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
58 */ 74 */
59/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */
128/* 144/*
129 * Allow 80/132 mode switching on startup 145 * Allow 80/132 mode switching on startup
130 */ 146 */
131/* #define ALLOW_132_MODE */ 147/* #define ALLOW_132_MODE */
132 148
133/*
134 * Add support for the Offix DND (Drag 'n' Drop) protocol
135 */
136/* #define OFFIX_DND */
137
138/*---------------------------------KEYS---------------------------------*/ 149/*---------------------------------KEYS---------------------------------*/
139 150
140/* 151/*
141 * Define defaults for backspace and delete keys - unless they have been 152 * Define defaults for backspace and delete keys - unless they have been
142 * configured out with --disable-backspace-key / --disable-delete-key 153 * configured out with --disable-backspace-key / --disable-delete-key
251 */ 262 */
252#define SELECTION_SCROLL_LINE_SPEEDUP 3 263#define SELECTION_SCROLL_LINE_SPEEDUP 3
253 264
254/*--------------------------------MISC----------------------------------*/ 265/*--------------------------------MISC----------------------------------*/
255/* 266/*
256 * Disable to reset tty device to pre-incovation state
257 */
258#define RESET_TTY_TO_COMMON_DEFAULTS
259
260/*
261 * Only log in wtmp and lastlog files when we're a login shell (-ls option) 267 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
262 */ 268 */
263#define LOG_ONLY_ON_LOGIN 269#define LOG_ONLY_ON_LOGIN
264 270
265/*--------------------------------BELL----------------------------------*/ 271/*--------------------------------BELL----------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines