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.17 by root, Mon Jul 26 18:01:19 2004 UTC

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~"
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines