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.13 by pcg, Fri Apr 2 18:00:01 2004 UTC vs.
Revision 1.21 by root, Thu Dec 9 06:20:41 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"
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
227 226
228/* 227/*
229 * Have mouse reporting include double-click info for button1 228 * Have mouse reporting include double-click info for button1
230 */ 229 */
231/* #define MOUSE_REPORT_DOUBLECLICK */ 230//#define MOUSE_REPORT_DOUBLECLICK
232 231
233/* 232/*
234 * Set delay between multiple click events [default: 500 milliseconds] 233 * Set delay between multiple click events [default: 500 milliseconds]
235 */ 234 */
236/* #define MULTICLICK_TIME 500 */ 235/* #define MULTICLICK_TIME 500 */
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.
260 */ 259 */
261#define SELECTION_SCROLL_MAX_LINES 2 260#define SELECTION_SCROLL_MAX_LINES 8
262 261
263/* 262/*
264 * The number of lines (measured in character's heights, not pixels) 263 * The number of lines (measured in character's heights, not pixels)
265 * 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
266 * number of lines scrolled. 265 * number of lines scrolled.
267 */ 266 */
268#define SELECTION_SCROLL_LINE_SPEEDUP 4 267#define SELECTION_SCROLL_LINE_SPEEDUP 3
269 268
270/*--------------------------------MISC----------------------------------*/ 269/*--------------------------------MISC----------------------------------*/
271/* 270/*
272 * Disable to reset tty device to pre-incovation state 271 * Disable to reset tty device to pre-incovation state
273 */ 272 */
363 362
364/* 363/*
365 * 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
366 * re-setting it to the same value -- avoids unnecessary window refreshes 365 * re-setting it to the same value -- avoids unnecessary window refreshes
367 */ 366 */
368#define SMART_WINDOW_TITLE 367//#define SMART_WINDOW_TITLE // currently disabled, needs to be reimplemented
369 368
370/* 369/*
371 * Allow foreground/background colour to be changed with an 370 * Allow foreground/background colour to be changed with an
372 * xterm escape sequence "\E]39;colour^G" -- still experimental 371 * xterm escape sequence "\E]39;colour^G" -- still experimental
373 */ 372 */
399#define SAVELINES 64 398#define SAVELINES 64
400 399
401/* 400/*
402 * Provide termcap/terminfo bw support (wrap backwards on cub1) 401 * Provide termcap/terminfo bw support (wrap backwards on cub1)
403 */ 402 */
404/* #define TERMCAP_HAS_BW */ 403#define TERMCAP_HAS_BW
405 404
406/* 405/*
407 * 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
408 * updating window positions. If transparency isn't working correctly 407 * updating window positions. If transparency isn't working correctly
409 * then you might try out this one. 408 * then you might try out this one.
410 */ 409 */
411/* #define WAIT_FOR_WM */ 410/* #define WAIT_FOR_WM */
412 411
413#endif 412#endif
413

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines