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.18 by root, Mon Jun 18 12:53:25 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
78#define VT100_ANS "\033[?1;2c" /* vt100 answerback */ 67#define VT100_ANS "\033[?1;2c" /* vt100 answerback */
79#ifndef ESCZ_ANSWER 68#ifndef ESCZ_ANSWER
80# define ESCZ_ANSWER VT100_ANS /* obsolete ANSI ESC[c */ 69# define ESCZ_ANSWER VT100_ANS /* obsolete ANSI ESC[c */
81#endif 70#endif
82 71
83#endif /* _COMMAND_H_ */ 72#endif /* _COMMAND_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines