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.10 by pcg, Sun Mar 14 17:33:07 2004 UTC vs.
Revision 1.18 by root, Tue Aug 10 20:39:19 2004 UTC

148 148
149/* 149/*
150 * Define defaults for backspace and delete keys - unless they have been 150 * Define defaults for backspace and delete keys - unless they have been
151 * configured out with --disable-backspace-key / --disable-delete-key 151 * configured out with --disable-backspace-key / --disable-delete-key
152 */ 152 */
153//#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */ 153#define DEFAULT_BACKSPACE "DEC" /* SPECIAL */
154#define DEFAULT_BACKSPACE "\010" /* wrong, but match terminfo etc. */
155#define DEFAULT_DELETE "\033[3~" 154#define DEFAULT_DELETE "\033[3~"
156 155
157/* 156/*
158 * To use 157 * To use
159 * Home = "\E[1~", End = "\E[4~" 158 * Home = "\E[1~", End = "\E[4~"
170#ifndef NO_RESOURCES 169#ifndef NO_RESOURCES
171# define KEYSYM_RESOURCE 170# define KEYSYM_RESOURCE
172#endif 171#endif
173 172
174/* 173/*
175 * Modifier/s to use to allow up/down arrows and Priot/Next keys 174 * Modifier/s to use to allow up/down arrows and Prior/Next keys
176 * to scroll single or page-fulls 175 * to scroll single or page-fulls
177 */ 176 */
178#define SCROLL_ON_SHIFT 177#define SCROLL_ON_SHIFT
179/* #define SCROLL_ON_CTRL */ 178/* #define SCROLL_ON_CTRL */
180/* #define SCROLL_ON_META */ 179/* #define SCROLL_ON_META */
216 215
217/* 216/*
218 * Default separating chars for multiple-click selection 217 * Default separating chars for multiple-click selection
219 * Space and tab are separate separating characters and are not settable 218 * Space and tab are separate separating characters and are not settable
220 */ 219 */
221#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}~" 220#define CUTCHARS "\"&'()*,;<=>?@[\\]^`{|}"
222 221
223/* 222/*
224 * Add run-time support for changing the cutchars for double click selection 223 * Add run-time support for changing the cutchars for double click selection
225 */ 224 */
226#define CUTCHAR_RESOURCE 225#define CUTCHAR_RESOURCE
248#define JUMP_MOUSE_WHEEL 247#define JUMP_MOUSE_WHEEL
249 248
250/* 249/*
251 * Set delay periods for continuous scrolling with scrollbar buttons 250 * Set delay periods for continuous scrolling with scrollbar buttons
252 */ 251 */
253/* #define SCROLLBAR_INITIAL_DELAY 40 */ 252/* #define SCROLLBAR_INITIAL_DELAY 0.33 */
254/* #define SCROLLBAR_CONTINUOUS_DELAY 2 */ 253/* #define SCROLLBAR_CONTINUOUS_DELAY 0.05 */
255 254
256/* 255/*
257 * The speed of selection scrolling is proportional to the distance 256 * The speed of selection scrolling is proportional to the distance
258 * the mouse pointer is out of the text window. This is the max 257 * the mouse pointer is out of the text window. This is the max
259 * number of lines to scroll at a time. 258 * number of lines to scroll at a time.
355 * Have DISPLAY environment variable & "\E[7n" transmit display with IP number 354 * Have DISPLAY environment variable & "\E[7n" transmit display with IP number
356 */ 355 */
357/* #define DISPLAY_IS_IP */ 356/* #define DISPLAY_IS_IP */
358 357
359/* 358/*
360 * Have "\E[7n" transmit the display name.
361 * This has been cited as a potential security hole.
362 */
363#define ENABLE_DISPLAY_ANSWER
364
365/*
366 * Change what ESC Z transmits instead of the default "\E[?1;2c" 359 * Change what ESC Z transmits instead of the default "\E[?1;2c"
367 */ 360 */
368/* #define ESCZ_ANSWER "\033[?1;2C" */ 361/* #define ESCZ_ANSWER "\033[?1;2C" */
369 362
370/* 363/*
383 * Remove secondary screen's independent cursor position, a la xterm 376 * Remove secondary screen's independent cursor position, a la xterm
384 */ 377 */
385/* #define NO_SECONDARY_SCREEN_CURSOR */ 378/* #define NO_SECONDARY_SCREEN_CURSOR */
386 379
387/* 380/*
388 * If no secondary screen is available (NO_SECONDARY_SCREEN in config.h),
389 * then scroll the text up on a window change request
390 */
391#define SCROLL_ON_NO_SECONDARY
392
393/*
394 * Width of the term internal border 381 * Width of the term internal border
395 */ 382 */
396#define INTERNALBORDERWIDTH 2 383#define INTERNALBORDERWIDTH 2
397 384
398/* 385/*
413/* 400/*
414 * Provide termcap/terminfo bw support (wrap backwards on cub1) 401 * Provide termcap/terminfo bw support (wrap backwards on cub1)
415 */ 402 */
416/* #define TERMCAP_HAS_BW */ 403/* #define TERMCAP_HAS_BW */
417 404
405/*
406 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
407 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one.
409 */
410/* #define WAIT_FOR_WM */
411
418#endif 412#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines