ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.h
(Generate patch)

Comparing rxvt-unicode/src/command.h (file contents):
Revision 1.19 by ayin, Thu Nov 15 11:36:15 2007 UTC vs.
Revision 1.20 by ayin, Sat Feb 16 15:48:37 2008 UTC

16#ifndef SCROLLBAR_INITIAL_DELAY 16#ifndef SCROLLBAR_INITIAL_DELAY
17# define SCROLLBAR_INITIAL_DELAY 0.33 17# define SCROLLBAR_INITIAL_DELAY 0.33
18#endif 18#endif
19#ifndef SCROLLBAR_CONTINUOUS_DELAY 19#ifndef SCROLLBAR_CONTINUOUS_DELAY
20# define SCROLLBAR_CONTINUOUS_DELAY 0.05 20# define SCROLLBAR_CONTINUOUS_DELAY 0.05
21#endif
22
23/*
24 * key-strings: if only these keys were standardized <sigh>
25 */
26#ifdef LINUX_KEYS
27# define KS_HOME "\033[1~" /* Home == Find */
28# define KS_END "\033[4~" /* End == Select */
29#else
30# define KS_HOME "\033[7~" /* Home */
31# define KS_END "\033[8~" /* End */
32#endif 21#endif
33 22
34#ifdef SCROLL_ON_SHIFT 23#ifdef SCROLL_ON_SHIFT
35# define SCROLL_SHIFTKEY (shft) 24# define SCROLL_SHIFTKEY (shft)
36# define NOSCROLL_SHIFTKEY 0 25# define NOSCROLL_SHIFTKEY 0

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines