--- rxvt-unicode/src/feature.h 2006/01/18 08:40:22 1.35 +++ rxvt-unicode/src/feature.h 2006/01/20 10:27:08 1.41 @@ -36,6 +36,12 @@ /*-------------------------------SECURITY-------------------------------*/ +/* Default mode to restore when releasing the PTS device. It is relaxed to be + * compatible with most systems, change it to a more secure value if your + * system supports it (0640 for example). + */ +#define RESTORE_TTY_MODE 0666 + /* * Define if you want to use a separate process for pty/tty handling * when running setuid/setgid. You need this when making it setuid/setgid. @@ -54,6 +60,16 @@ */ /* + * The cursor blink interval, in seconds. + */ +#define CURSOR_BLINK_INTERVAL 0.5 + +/* + * The text blink interval, in seconds. + */ +#define TEXT_BLINK_INTERVAL CURSOR_BLINK_INTERVAL + +/* * Avoid enabling the colour cursor (-cr, cursorColor, cursorColor2) */ /* #define NO_CURSORCOLOR */ @@ -253,9 +269,9 @@ /*--------------------------------MISC----------------------------------*/ /* - * Disable to reset tty device to pre-incovation state + * Only log in wtmp and lastlog files when we're a login shell (-ls option) */ -#define RESET_TTY_TO_COMMON_DEFAULTS +#define LOG_ONLY_ON_LOGIN /*--------------------------------BELL----------------------------------*/ /*