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.60 by ayin, Sun Feb 17 15:41:43 2008 UTC vs.
Revision 1.64 by root, Thu May 22 18:54:32 2014 UTC

5 *----------------------------------------------------------------------- 5 *-----------------------------------------------------------------------
6 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 6 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
7 * 7 *
8 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or 10 * the Free Software Foundation; either version 3 of the License, or
11 * (at your option) any later version. 11 * (at your option) any later version.
12 * 12 *
13 * This program is distributed in the hope that it will be useful, 13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-------------------------------SECURITY-------------------------------*/
38
39/*
40 * Default mode to restore when releasing the PTS device. It is relaxed to be
41 * compatible with most systems, change it to a more secure value if your
42 * system supports it (0640 for example).
43 */
44#define RESTORE_TTY_MODE 0666
45
46/*
47 * 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.
49 */
50#define PTYTTY_HELPER 1
51
52/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
53 38
54/* 39/*
55 * NOTE: 40 * NOTE:
56 * 41 *
297/* 282/*
298 * Enable the linux yield/usleep hack, which can dramatically improve 283 * Enable the linux yield/usleep hack, which can dramatically improve
299 * performance by working around the linux kernel tty ratelimit bug. 284 * performance by working around the linux kernel tty ratelimit bug.
300 * Unfortunately, it seems screen is negatively affected by this on some 285 * Unfortunately, it seems screen is negatively affected by this on some
301 * machines, so it is disabled by default. Use freebsd or any other kernel 286 * machines, so it is disabled by default. Use freebsd or any other kernel
302 * that doesn't suffer form this bug and it will be fast either way. 287 * that doesn't suffer from this bug and it will be fast either way.
303 * 288 *
304 * See command.C for details. 289 * See command.C for details.
305 */ 290 */
306#if __linux__ 291#if __linux__
307# define LINUX_YIELD_HACK 0 292# define LINUX_YIELD_HACK 0
377 * Default number of extra dots between lines 362 * Default number of extra dots between lines
378 */ 363 */
379#define LINESPACE 0 364#define LINESPACE 0
380 365
381/* 366/*
367 * Default number of extra dots between columns
368 */
369#define LETTERSPACE 0
370
371/*
382 * Default number of lines in the scrollback buffer 372 * Default number of lines in the scrollback buffer
383 */ 373 */
384#define SAVELINES 1000 374#define SAVELINES 1000
385 375
386#endif 376#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines