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.3 by pcg, Thu Dec 18 00:38:07 2003 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 $ 3 * $Id: feature.h,v 1.3 2003/12/18 00:38:07 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines