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.37 by ayin, Thu Jan 19 10:51:44 2006 UTC vs.
Revision 1.41 by root, Fri Jan 20 10:27:08 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 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 40 * compatible with most systems, change it to a more secure value if your
41 * system supports it (0640 for example). 41 * system supports it (0640 for example).
42 42 */
43#define RESTORE_TTY_MODE 0666 43#define RESTORE_TTY_MODE 0666
44 44
45/* 45/*
46 * 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
47 * 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.
56 * 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
57 * rxvt-unicode framework. Changing them should work, might have no effect, 57 * rxvt-unicode framework. Changing them should work, might have no effect,
58 * 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
59 * report bugs, too!), but don't _expect_ them to work. 59 * report bugs, too!), but don't _expect_ them to work.
60 */ 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
61 71
62/* 72/*
63 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) 73 * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2)
64 */ 74 */
65/* #define NO_CURSORCOLOR */ 75/* #define NO_CURSORCOLOR */
257 */ 267 */
258#define SELECTION_SCROLL_LINE_SPEEDUP 3 268#define SELECTION_SCROLL_LINE_SPEEDUP 3
259 269
260/*--------------------------------MISC----------------------------------*/ 270/*--------------------------------MISC----------------------------------*/
261/* 271/*
262 * Disable to reset tty device to pre-incovation state
263 */
264#define RESET_TTY_TO_COMMON_DEFAULTS
265
266/*
267 * Only log in wtmp and lastlog files when we're a login shell (-ls option) 272 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
268 */ 273 */
269#define LOG_ONLY_ON_LOGIN 274#define LOG_ONLY_ON_LOGIN
270 275
271/*--------------------------------BELL----------------------------------*/ 276/*--------------------------------BELL----------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines