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.6 by pcg, Mon Jan 19 17:26:43 2004 UTC vs.
Revision 1.8 by pcg, Fri Feb 13 12:16:21 2004 UTC

70 * overstrike then you don't usually need this 70 * overstrike then you don't usually need this
71 */ 71 */
72#define NO_PIXEL_DROPPING_AVOIDANCE 72#define NO_PIXEL_DROPPING_AVOIDANCE
73 73
74/* 74/*
75 * Add support for '-hc colour' for background highlight of selection
76 */
77#define OPTION_HC
78
79/*
80 * Define maximum possible columns and rows 75 * Define maximum possible columns and rows
81 */ 76 */
82#define MAX_COLS 4000 77#define MAX_COLS 4000
83#define MAX_ROWS 1000 78#define MAX_ROWS 1000
84 79
115 */ 110 */
116#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */ 111#define COLOR_CURSOR_FOREGROUND NULL /* if NULL, use background colour */
117#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */ 112#define COLOR_CURSOR_BACKGROUND NULL /* if NULL, use foreground colour */
118 113
119/* 114/*
120 * Define to remove support for XCopyArea() support. XCopyArea() is useful 115 * Define to remove support for XCopyArea () support. XCopyArea () is useful
121 * for scrolling on non-local X displays 116 * for scrolling on non-local X displays
122 */ 117 */
123/* #define NO_SLOW_LINK_SUPPORT */ 118/* #define NO_SLOW_LINK_SUPPORT */
124 119
125/* 120/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines