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.33 by root, Tue Jan 17 15:17:39 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
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
44 50
45/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 51/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
46 52
47/* 53/*
48 * NOTE: 54 * NOTE:
49 * 55 *
50 * 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
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 */
55 61
251 */ 257 */
252#define SELECTION_SCROLL_LINE_SPEEDUP 3 258#define SELECTION_SCROLL_LINE_SPEEDUP 3
253 259
254/*--------------------------------MISC----------------------------------*/ 260/*--------------------------------MISC----------------------------------*/
255/* 261/*
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 file when we're a login shell (-ls option) 262 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
262 */ 263 */
263#define WTMP_ONLY_ON_LOGIN 264#define LOG_ONLY_ON_LOGIN
264 265
265/*--------------------------------BELL----------------------------------*/ 266/*--------------------------------BELL----------------------------------*/
266/* 267/*
267 * Disable all bell indications 268 * Disable all bell indications
268 */ 269 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines