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.38 by ayin, Thu Jan 19 10:52:32 2006 UTC vs.
Revision 1.40 by ayin, Thu Jan 19 16:37:54 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
44#define RESTORE_TTY_MODE 0666 43#define RESTORE_TTY_MODE 0666
45 44
46/* 45/*
47 * 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
48 * 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.
258 */ 257 */
259#define SELECTION_SCROLL_LINE_SPEEDUP 3 258#define SELECTION_SCROLL_LINE_SPEEDUP 3
260 259
261/*--------------------------------MISC----------------------------------*/ 260/*--------------------------------MISC----------------------------------*/
262/* 261/*
263 * Disable to reset tty device to pre-incovation state
264 */
265#define RESET_TTY_TO_COMMON_DEFAULTS
266
267/*
268 * Only log in wtmp and lastlog files when we're a login shell (-ls option) 262 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
269 */ 263 */
270#define LOG_ONLY_ON_LOGIN 264#define LOG_ONLY_ON_LOGIN
271 265
272/*--------------------------------BELL----------------------------------*/ 266/*--------------------------------BELL----------------------------------*/

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines