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.1 by pcg, Mon Nov 24 17:28:08 2003 UTC vs.
Revision 1.4 by pcg, Thu Dec 18 13:33:02 2003 UTC

1/* 1/*
2 * File: feature.h 2 * File: feature.h
3 * $Id: feature.h,v 1.1 2003/11/24 17:28:08 pcg Exp $ 3 * $Id: feature.h,v 1.4 2003/12/18 13:33:02 pcg Exp $
4 * 4 *
5 * Compile-time configuration. 5 * Compile-time configuration.
6 *----------------------------------------------------------------------- 6 *-----------------------------------------------------------------------
7 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 7 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
8 * 8 *
49 */ 49 */
50/* #define NO_CURSORCOLOR */ 50/* #define NO_CURSORCOLOR */
51 51
52/* 52/*
53 * Suppress use of BOLD and BLINK attributes for setting bright foreground 53 * Suppress use of BOLD and BLINK attributes for setting bright foreground
54 * and background, respectively. Simulate BOLD using colorBD, boldFont or 54 * and background, respectively. Simulate BOLD using colorBD or
55 * overstrike characters. 55 * overstrike characters.
56 */ 56 */
57/* #define NO_BRIGHTCOLOR */ 57/* #define NO_BRIGHTCOLOR */
58 58
59/* 59/*
77/* 77/*
78 * Don't bother cleaning up pixel droppings. If you don't use bold 78 * Don't bother cleaning up pixel droppings. If you don't use bold
79 * overstrike then you don't usually need this 79 * overstrike then you don't usually need this
80 */ 80 */
81#define NO_PIXEL_DROPPING_AVOIDANCE 81#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 82
93/* 83/*
94 * Add support for '-hc colour' for background highlight of selection 84 * Add support for '-hc colour' for background highlight of selection
95 */ 85 */
96#define OPTION_HC 86#define OPTION_HC
167 157
168/* 158/*
169 * Define defaults for backspace and delete keys - unless they have been 159 * Define defaults for backspace and delete keys - unless they have been
170 * configured out with --disable-backspace-key / --disable-delete-key 160 * configured out with --disable-backspace-key / --disable-delete-key
171 */ 161 */
172/* #define DEFAULT_BACKSPACE "DEC" */ /* SPECIAL */ 162//#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */
173#define DEFAULT_BACKSPACE "\010" 163#define DEFAULT_BACKSPACE "\010" /* wrong, but match terminfo etc. */
174#define DEFAULT_DELETE "\033[3~" 164#define DEFAULT_DELETE "\033[3~"
175 165
176/* 166/*
177 * Choose one of these values to be the `hotkey' for changing font. 167 * Choose one of these values to be the `hotkey' for changing font.
178 * This has been superceded and is only for you older users 168 * This has been superceded and is only for you older users

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines