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.9 by pcg, Sun Feb 22 08:09:37 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/*
211 * Have either Ctrl+Tab or Mod4+Tab emit \e\t 206 * Have either Ctrl+Tab or Mod4+Tab emit \e\t
212 * Useful when window manager grabs Alt+Tab -- mg 207 * Useful when window manager grabs Alt+Tab -- mg
213 */ 208 */
214/* #define CTRL_TAB_MAKES_META */ 209/* #define CTRL_TAB_MAKES_META */
215/* #define MOD4_TAB_MAKES_META */ 210/* #define MOD4_TAB_MAKES_META */
216
217/*
218 * default mode switch when greek keyboard is enabled (i.e. GREEK_SUPPORT)
219 */
220#ifndef GREEK_KEYBOARD_MODESWITCH
221# define GREEK_KEYBOARD_MODESWITCH XK_Mode_switch
222#endif
223 211
224/*--------------------------------MOUSE---------------------------------*/ 212/*--------------------------------MOUSE---------------------------------*/
225/* 213/*
226 * Disable sending escape sequences (up, down, page up/down) 214 * Disable sending escape sequences (up, down, page up/down)
227 * from the scrollbar when XTerm mouse reporting is enabled 215 * from the scrollbar when XTerm mouse reporting is enabled

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines