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.18 by root, Tue Aug 10 20:39:19 2004 UTC vs.
Revision 1.24 by root, Fri Aug 5 16:42:44 2005 UTC

29#ifndef X11LIBDIR 29#ifndef X11LIBDIR
30# define X11LIBDIR X11USRLIBDIR "/X11" 30# define X11LIBDIR X11USRLIBDIR "/X11"
31#endif 31#endif
32#ifndef XAPPLOADDIR 32#ifndef XAPPLOADDIR
33# define XAPPLOADDIR X11LIBDIR "/app-defaults" 33# define XAPPLOADDIR X11LIBDIR "/app-defaults"
34# define XAPPLOADDIRLOCALE X11LIBDIR "/%-.*s/app-defaults" 34# define XAPPLOADDIRLOCALE X11LIBDIR "/%s/app-defaults"
35#endif 35#endif
36 36
37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/ 37/*-----------------------SCREEN OPTIONS AND COLOURS---------------------*/
38 38
39/* 39/*
118 118
119/* 119/*
120 * Define to remove support for XCopyArea () support. XCopyArea () is useful 120 * Define to remove support for XCopyArea () support. XCopyArea () is useful
121 * for scrolling on non-local X displays 121 * for scrolling on non-local X displays
122 */ 122 */
123/* #define NO_SLOW_LINK_SUPPORT */ 123#define NO_SLOW_LINK_SUPPORT
124 124
125/* 125/*
126 * Printer pipe which will be used for emulation of attached vt100 printer 126 * Printer pipe which will be used for emulation of attached vt100 printer
127 */ 127 */
128#define PRINTPIPE "lpr" 128#define PRINTPIPE "lpr"
164/* 164/*
165 * Enable the keysym resource which allows you to define strings associated 165 * Enable the keysym resource which allows you to define strings associated
166 * with various KeySyms (0xFF00 - 0xFFFF). 166 * with various KeySyms (0xFF00 - 0xFFFF).
167 * Only works with the default hand-rolled resources. 167 * Only works with the default hand-rolled resources.
168 */ 168 */
169#ifndef NO_RESOURCES 169#if !NO_RESOURCES && ENABLE_FRILLS
170# define KEYSYM_RESOURCE 170# define KEYSYM_RESOURCE
171#endif 171#endif
172 172
173/* 173/*
174 * Modifier/s to use to allow up/down arrows and Prior/Next keys 174 * Modifier/s to use to allow up/down arrows and Prior/Next keys
225#define CUTCHAR_RESOURCE 225#define CUTCHAR_RESOURCE
226 226
227/* 227/*
228 * Have mouse reporting include double-click info for button1 228 * Have mouse reporting include double-click info for button1
229 */ 229 */
230/* #define MOUSE_REPORT_DOUBLECLICK */ 230//#define MOUSE_REPORT_DOUBLECLICK
231 231
232/* 232/*
233 * Set delay between multiple click events [default: 500 milliseconds] 233 * Set delay between multiple click events [default: 500 milliseconds]
234 */ 234 */
235/* #define MULTICLICK_TIME 500 */ 235/* #define MULTICLICK_TIME 500 */
255/* 255/*
256 * The speed of selection scrolling is proportional to the distance 256 * The speed of selection scrolling is proportional to the distance
257 * 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
258 * number of lines to scroll at a time. 258 * number of lines to scroll at a time.
259 */ 259 */
260#define SELECTION_SCROLL_MAX_LINES 2 260#define SELECTION_SCROLL_MAX_LINES 8
261 261
262/* 262/*
263 * The number of lines (measured in character's heights, not pixels) 263 * The number of lines (measured in character's heights, not pixels)
264 * the pointer must be out of the window for each increase in the 264 * the pointer must be out of the window for each increase in the
265 * number of lines scrolled. 265 * number of lines scrolled.
266 */ 266 */
267#define SELECTION_SCROLL_LINE_SPEEDUP 4 267#define SELECTION_SCROLL_LINE_SPEEDUP 3
268 268
269/*--------------------------------MISC----------------------------------*/ 269/*--------------------------------MISC----------------------------------*/
270/* 270/*
271 * Disable to reset tty device to pre-incovation state 271 * Disable to reset tty device to pre-incovation state
272 */ 272 */
362 362
363/* 363/*
364 * Check the current value of the window-time/icon-name and avoid 364 * Check the current value of the window-time/icon-name and avoid
365 * re-setting it to the same value -- avoids unnecessary window refreshes 365 * re-setting it to the same value -- avoids unnecessary window refreshes
366 */ 366 */
367#define SMART_WINDOW_TITLE 367//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
368 368
369/* 369/*
370 * Allow foreground/background colour to be changed with an 370 * Allow foreground/background colour to be changed with an
371 * xterm escape sequence "\E]39;colour^G" -- still experimental 371 * xterm escape sequence "\E]39;colour^G" -- still experimental
372 */ 372 */
398#define SAVELINES 64 398#define SAVELINES 64
399 399
400/* 400/*
401 * Provide termcap/terminfo bw support (wrap backwards on cub1) 401 * Provide termcap/terminfo bw support (wrap backwards on cub1)
402 */ 402 */
403/* #define TERMCAP_HAS_BW */ 403#define TERMCAP_HAS_BW
404 404
405/* 405/*
406 * Some (older, e.g. fvwm 2.2.2) window managers need some time when 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 407 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one. 408 * then you might try out this one.
409 */ 409 */
410/* #define WAIT_FOR_WM */ 410/* #define WAIT_FOR_WM */
411 411
412/*
413 * The duration of the visual bell flash in µs. The default of 20ms
414 * corresponds to the delay given in the terminfo flash code.
415 */
416#define VISUAL_BELL_DURATION 20000
417
412#endif 418#endif
419

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines