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.20 by root, Wed Aug 25 04:16:33 2004 UTC

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"
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 */
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#endif 412#endif
413

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines