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.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.5 by pcg, Sat Jan 17 01:20:01 2004 UTC

1/* 1/*
2 * File: feature.h 2 * File: feature.h
3 * $Id: feature.h,v 1.2 2003/11/24 17:31:27 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
49 */ 48 */
50/* #define NO_CURSORCOLOR */ 49/* #define NO_CURSORCOLOR */
51 50
52/* 51/*
53 * Suppress use of BOLD and BLINK attributes for setting bright foreground 52 * Suppress use of BOLD and BLINK attributes for setting bright foreground
54 * and background, respectively. Simulate BOLD using colorBD, boldFont or 53 * and background, respectively. Simulate BOLD using colorBD or
55 * overstrike characters. 54 * overstrike characters.
56 */ 55 */
57/* #define NO_BRIGHTCOLOR */ 56/* #define NO_BRIGHTCOLOR */
58 57
59/* 58/*
77/* 76/*
78 * Don't bother cleaning up pixel droppings. If you don't use bold 77 * Don't bother cleaning up pixel droppings. If you don't use bold
79 * overstrike then you don't usually need this 78 * overstrike then you don't usually need this
80 */ 79 */
81#define NO_PIXEL_DROPPING_AVOIDANCE 80#define NO_PIXEL_DROPPING_AVOIDANCE
82
83/*
84 * Also use bold font or overstrike even if we use colour for bold
85 */
86/*#define VERYBOLD*/
87
88/*
89 * Compile without support for real bold fonts
90 */
91/* #define NO_BOLDFONT */
92 81
93/* 82/*
94 * Add support for '-hc colour' for background highlight of selection 83 * Add support for '-hc colour' for background highlight of selection
95 */ 84 */
96#define OPTION_HC 85#define OPTION_HC
167 156
168/* 157/*
169 * Define defaults for backspace and delete keys - unless they have been 158 * Define defaults for backspace and delete keys - unless they have been
170 * configured out with --disable-backspace-key / --disable-delete-key 159 * configured out with --disable-backspace-key / --disable-delete-key
171 */ 160 */
172/* #define DEFAULT_BACKSPACE "DEC" */ /* SPECIAL */ 161//#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */
173#define DEFAULT_BACKSPACE "\010" 162#define DEFAULT_BACKSPACE "\010" /* wrong, but match terminfo etc. */
174#define DEFAULT_DELETE "\033[3~" 163#define DEFAULT_DELETE "\033[3~"
175 164
176/* 165/*
177 * Choose one of these values to be the `hotkey' for changing font. 166 * Choose one of these values to be the `hotkey' for changing font.
178 * This has been superceded and is only for you older users 167 * This has been superceded and is only for you older users

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines