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.8 by pcg, Thu Apr 8 20:22:25 2004 UTC vs.
Revision 1.10 by root, Mon Jul 26 18:01:19 2004 UTC

1/* 1/*
2 * $Id: command.h,v 1.8 2004/04/08 20:22:25 pcg Exp $ 2 * $Id: command.h,v 1.10 2004/07/26 18:01:19 root Exp $
3 */ 3 */
4 4
5#ifndef COMMAND_H_ 5#ifndef COMMAND_H_
6#define COMMAND_H_ 6#define COMMAND_H_
7 7
8// STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold. 8// STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold.
9#define STRING_MAX 1024 /* max string size for process_rxvt_xterm_seq() */ 9#define STRING_MAX 2048 /* max string size for process_rxvt_xterm_seq() */
10 10
11#define ESC_ARGS 32 /* max # of args for esc sequences */ 11#define ESC_ARGS 32 /* max # of args for esc sequences */
12 12
13#ifdef OFFIX_DND 13#ifdef OFFIX_DND
14# define DndFile 2 14# define DndFile 2
21 21
22#ifndef MULTICLICK_TIME 22#ifndef MULTICLICK_TIME
23# define MULTICLICK_TIME 500 23# define MULTICLICK_TIME 500
24#endif 24#endif
25#ifndef SCROLLBAR_INITIAL_DELAY 25#ifndef SCROLLBAR_INITIAL_DELAY
26# ifdef NEXT_SCROLLER
27# define SCROLLBAR_INITIAL_DELAY 20 26# define SCROLLBAR_INITIAL_DELAY 0.33
28# else
29# define SCROLLBAR_INITIAL_DELAY 40
30# endif
31#endif 27#endif
32#ifndef SCROLLBAR_CONTINUOUS_DELAY 28#ifndef SCROLLBAR_CONTINUOUS_DELAY
33# define SCROLLBAR_CONTINUOUS_DELAY 2 29# define SCROLLBAR_CONTINUOUS_DELAY 0.05
34#endif 30#endif
35 31
36/* 32/*
37 * key-strings: if only these keys were standardized <sigh> 33 * key-strings: if only these keys were standardized <sigh>
38 */ 34 */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines