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.4 by pcg, Thu Dec 18 13:33:02 2003 UTC vs.
Revision 1.8 by pcg, Fri Feb 13 12:16:21 2004 UTC

1/* 1/*
2 * File: feature.h 2 * File: feature.h
3 * $Id: feature.h,v 1.4 2003/12/18 13:33:02 pcg Exp $
4 * 3 *
5 * Compile-time configuration. 4 * Compile-time configuration.
6 *----------------------------------------------------------------------- 5 *-----------------------------------------------------------------------
7 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 6 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
8 * 7 *
19 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 * 21 *
23 *----------------------------------------------------------------------*/ 22 *----------------------------------------------------------------------*/
24#ifndef _FEATURE_H 23#ifndef FEATURE_H
25#define _FEATURE_H 24#define FEATURE_H
26 25
27#ifndef X11USRLIBDIR 26#ifndef X11USRLIBDIR
28# define X11USRLIBDIR "/usr/X11R6/lib" 27# define X11USRLIBDIR "/usr/X11R6/lib"
29#endif 28#endif
30#ifndef X11LIBDIR 29#ifndef X11LIBDIR
65 * Disable separate colours for bold, underline and reverse video 64 * Disable separate colours for bold, underline and reverse video
66 */ 65 */
67/* #define NO_BOLD_UNDERLINE_REVERSE */ 66/* #define NO_BOLD_UNDERLINE_REVERSE */
68 67
69/* 68/*
70 * Disable using simulated bold using overstrike. You can also turn off
71 * overstrike just for multi char fonts
72 * Note: NO_BOLDOVERSTRIKE implies NO_BOLDOVERSTRIKE_MULTI
73 */
74/* #define NO_BOLDOVERSTRIKE */
75/* #define NO_BOLDOVERSTRIKE_MULTI */
76
77/*
78 * Don't bother cleaning up pixel droppings. If you don't use bold 69 * Don't bother cleaning up pixel droppings. If you don't use bold
79 * overstrike then you don't usually need this 70 * overstrike then you don't usually need this
80 */ 71 */
81#define NO_PIXEL_DROPPING_AVOIDANCE 72#define NO_PIXEL_DROPPING_AVOIDANCE
82
83/*
84 * Add support for '-hc colour' for background highlight of selection
85 */
86#define OPTION_HC
87 73
88/* 74/*
89 * Define maximum possible columns and rows 75 * Define maximum possible columns and rows
90 */ 76 */
91#define MAX_COLS 4000 77#define MAX_COLS 4000
124 */ 110 */
125#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */ 111#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */
126#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */ 112#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */
127 113
128/* 114/*
129 * Define to remove support for XCopyArea() support. XCopyArea() is useful 115 * Define to remove support for XCopyArea () support. XCopyArea () is useful
130 * for scrolling on non-local X displays 116 * for scrolling on non-local X displays
131 */ 117 */
132/* #define NO_SLOW_LINK_SUPPORT */ 118/* #define NO_SLOW_LINK_SUPPORT */
133 119
134/* 120/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines