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.36 by ayin, Wed Jan 18 16:34:53 2006 UTC

35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/ 37/*-------------------------------SECURITY-------------------------------*/
38 38
39/* 39/*
40 * define if you want to use a separate process for pty/tty handling 40 * 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. 41 * when running setuid/setgid. You need this when making it setuid/setgid.
42 */ 42 */
43#define PTYTTY_HELPER 1 43#define PTYTTY_HELPER 1
44 44
45/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 45/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
46 46
47/* 47/*
48 * NOTE: 48 * NOTE:
49 * 49 *
50 * Most of these configuration options have not been tested within the new 50 * Some of these configuration options have not been tested within the new
51 * rxvt-unicode framework. Changing them should work, might have no effect, 51 * 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 52 * destroy your disks or have any other effects. You may freely try (and
53 * report bugs, too!), but don't _expect_ them to work. 53 * report bugs, too!), but don't _expect_ them to work.
54 */ 54 */
55 55
256 * Disable to reset tty device to pre-incovation state 256 * Disable to reset tty device to pre-incovation state
257 */ 257 */
258#define RESET_TTY_TO_COMMON_DEFAULTS 258#define RESET_TTY_TO_COMMON_DEFAULTS
259 259
260/* 260/*
261 * Only log in wtmp file when we're a login shell (-ls option) 261 * Only log in wtmp and lastlog files when we're a login shell (-ls option)
262 */ 262 */
263#define WTMP_ONLY_ON_LOGIN 263#define LOG_ONLY_ON_LOGIN
264 264
265/*--------------------------------BELL----------------------------------*/ 265/*--------------------------------BELL----------------------------------*/
266/* 266/*
267 * Disable all bell indications 267 * Disable all bell indications
268 */ 268 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines