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.5 by pcg, Sat Jan 17 01:20:01 2004 UTC vs.
Revision 1.8 by pcg, Fri Feb 13 12:16:21 2004 UTC

64 * Disable separate colours for bold, underline and reverse video 64 * Disable separate colours for bold, underline and reverse video
65 */ 65 */
66/* #define NO_BOLD_UNDERLINE_REVERSE */ 66/* #define NO_BOLD_UNDERLINE_REVERSE */
67 67
68/* 68/*
69 * Disable using simulated bold using overstrike. You can also turn off
70 * overstrike just for multi char fonts
71 * Note: NO_BOLDOVERSTRIKE implies NO_BOLDOVERSTRIKE_MULTI
72 */
73/* #define NO_BOLDOVERSTRIKE */
74/* #define NO_BOLDOVERSTRIKE_MULTI */
75
76/*
77 * 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
78 * overstrike then you don't usually need this 70 * overstrike then you don't usually need this
79 */ 71 */
80#define NO_PIXEL_DROPPING_AVOIDANCE 72#define NO_PIXEL_DROPPING_AVOIDANCE
81
82/*
83 * Add support for '-hc colour' for background highlight of selection
84 */
85#define OPTION_HC
86 73
87/* 74/*
88 * Define maximum possible columns and rows 75 * Define maximum possible columns and rows
89 */ 76 */
90#define MAX_COLS 4000 77#define MAX_COLS 4000
123 */ 110 */
124#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */ 111#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */
125#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */ 112#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */
126 113
127/* 114/*
128 * Define to remove support for XCopyArea() support. XCopyArea() is useful 115 * Define to remove support for XCopyArea () support. XCopyArea () is useful
129 * for scrolling on non-local X displays 116 * for scrolling on non-local X displays
130 */ 117 */
131/* #define NO_SLOW_LINK_SUPPORT */ 118/* #define NO_SLOW_LINK_SUPPORT */
132 119
133/* 120/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines