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.13 by pcg, Fri Apr 2 18:00:01 2004 UTC

355 * Have DISPLAY environment variable & "\E[7n" transmit display with IP number 355 * Have DISPLAY environment variable & "\E[7n" transmit display with IP number
356 */ 356 */
357/* #define DISPLAY_IS_IP */ 357/* #define DISPLAY_IS_IP */
358 358
359/* 359/*
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" 360 * Change what ESC Z transmits instead of the default "\E[?1;2c"
367 */ 361 */
368/* #define ESCZ_ANSWER "\033[?1;2C" */ 362/* #define ESCZ_ANSWER "\033[?1;2C" */
369 363
370/* 364/*
383 * Remove secondary screen's independent cursor position, a la xterm 377 * Remove secondary screen's independent cursor position, a la xterm
384 */ 378 */
385/* #define NO_SECONDARY_SCREEN_CURSOR */ 379/* #define NO_SECONDARY_SCREEN_CURSOR */
386 380
387/* 381/*
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 382 * Width of the term internal border
395 */ 383 */
396#define INTERNALBORDERWIDTH 2 384#define INTERNALBORDERWIDTH 2
397 385
398/* 386/*
413/* 401/*
414 * Provide termcap/terminfo bw support (wrap backwards on cub1) 402 * Provide termcap/terminfo bw support (wrap backwards on cub1)
415 */ 403 */
416/* #define TERMCAP_HAS_BW */ 404/* #define TERMCAP_HAS_BW */
417 405
406/*
407 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
408 * updating window positions. If transparency isn't working correctly
409 * then you might try out this one.
410 */
411/* #define WAIT_FOR_WM */
412
418#endif 413#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines