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.26 by root, Wed Dec 21 23:57:12 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/*
76/* #define NO_BOLD_UNDERLINE_REVERSE */ 76/* #define NO_BOLD_UNDERLINE_REVERSE */
77 77
78/* 78/*
79 * Define maximum possible columns and rows 79 * Define maximum possible columns and rows
80 */ 80 */
81#define MAX_COLS 4000 81#define MAX_COLS 10000
82#define MAX_ROWS 1000 82#define MAX_ROWS 10000
83
84/*
85 * Define maximum possible savelines
86 */
87#define MAX_SAVELINES 10000000
83 88
84/* 89/*
85 * Define default colours for certain items. If you have a low colour 90 * Define default colours for certain items. If you have a low colour
86 * display, then consider using colours which are already pre-allocated: 91 * display, then consider using colours which are already pre-allocated:
87 * Black (#000000) 92 * Black (#000000)
118 123
119/* 124/*
120 * Define to remove support for XCopyArea () support. XCopyArea () is useful 125 * Define to remove support for XCopyArea () support. XCopyArea () is useful
121 * for scrolling on non-local X displays 126 * for scrolling on non-local X displays
122 */ 127 */
123/* #define NO_SLOW_LINK_SUPPORT */ 128#undef NO_SLOW_LINK_SUPPORT
124 129
125/* 130/*
126 * Printer pipe which will be used for emulation of attached vt100 printer 131 * Printer pipe which will be used for emulation of attached vt100 printer
127 */ 132 */
128#define PRINTPIPE "lpr" 133#define PRINTPIPE "lpr"
164/* 169/*
165 * Enable the keysym resource which allows you to define strings associated 170 * Enable the keysym resource which allows you to define strings associated
166 * with various KeySyms (0xFF00 - 0xFFFF). 171 * with various KeySyms (0xFF00 - 0xFFFF).
167 * Only works with the default hand-rolled resources. 172 * Only works with the default hand-rolled resources.
168 */ 173 */
169#ifndef NO_RESOURCES 174#if !NO_RESOURCES && ENABLE_FRILLS
170# define KEYSYM_RESOURCE 175# define KEYSYM_RESOURCE
171#endif 176#endif
172 177
173/* 178/*
174 * Modifier/s to use to allow up/down arrows and Prior/Next keys 179 * Modifier/s to use to allow up/down arrows and Prior/Next keys
225#define CUTCHAR_RESOURCE 230#define CUTCHAR_RESOURCE
226 231
227/* 232/*
228 * Have mouse reporting include double-click info for button1 233 * Have mouse reporting include double-click info for button1
229 */ 234 */
230/* #define MOUSE_REPORT_DOUBLECLICK */ 235//#define MOUSE_REPORT_DOUBLECLICK
231 236
232/* 237/*
233 * Set delay between multiple click events [default: 500 milliseconds] 238 * Set delay between multiple click events [default: 500 milliseconds]
234 */ 239 */
235/* #define MULTICLICK_TIME 500 */ 240/* #define MULTICLICK_TIME 500 */
255/* 260/*
256 * The speed of selection scrolling is proportional to the distance 261 * The speed of selection scrolling is proportional to the distance
257 * the mouse pointer is out of the text window. This is the max 262 * the mouse pointer is out of the text window. This is the max
258 * number of lines to scroll at a time. 263 * number of lines to scroll at a time.
259 */ 264 */
260#define SELECTION_SCROLL_MAX_LINES 2 265#define SELECTION_SCROLL_MAX_LINES 8
261 266
262/* 267/*
263 * The number of lines (measured in character's heights, not pixels) 268 * 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 269 * the pointer must be out of the window for each increase in the
265 * number of lines scrolled. 270 * number of lines scrolled.
266 */ 271 */
267#define SELECTION_SCROLL_LINE_SPEEDUP 4 272#define SELECTION_SCROLL_LINE_SPEEDUP 3
268 273
269/*--------------------------------MISC----------------------------------*/ 274/*--------------------------------MISC----------------------------------*/
270/* 275/*
271 * Disable to reset tty device to pre-incovation state 276 * Disable to reset tty device to pre-incovation state
272 */ 277 */
362 367
363/* 368/*
364 * Check the current value of the window-time/icon-name and avoid 369 * Check the current value of the window-time/icon-name and avoid
365 * re-setting it to the same value -- avoids unnecessary window refreshes 370 * re-setting it to the same value -- avoids unnecessary window refreshes
366 */ 371 */
367#define SMART_WINDOW_TITLE 372//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
368 373
369/* 374/*
370 * Allow foreground/background colour to be changed with an 375 * Allow foreground/background colour to be changed with an
371 * xterm escape sequence "\E]39;colour^G" -- still experimental 376 * xterm escape sequence "\E]39;colour^G" -- still experimental
372 */ 377 */
398#define SAVELINES 64 403#define SAVELINES 64
399 404
400/* 405/*
401 * Provide termcap/terminfo bw support (wrap backwards on cub1) 406 * Provide termcap/terminfo bw support (wrap backwards on cub1)
402 */ 407 */
403/* #define TERMCAP_HAS_BW */ 408#define TERMCAP_HAS_BW
404 409
405/* 410/*
406 * Some (older, e.g. fvwm 2.2.2) window managers need some time when 411 * Some (older, e.g. fvwm 2.2.2) window managers need some time when
407 * updating window positions. If transparency isn't working correctly 412 * updating window positions. If transparency isn't working correctly
408 * then you might try out this one. 413 * then you might try out this one.
409 */ 414 */
410/* #define WAIT_FOR_WM */ 415/* #define WAIT_FOR_WM */
411 416
417/*
418 * The duration of the visual bell flash in µs. The default of 20ms
419 * corresponds to the delay given in the terminfo flash code.
420 */
421#define VISUAL_BELL_DURATION 20000
422
412#endif 423#endif
424

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines