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.13 by root, Tue Aug 10 20:39:19 2004 UTC vs.
Revision 1.19 by ayin, Thu Nov 15 11:36:15 2007 UTC

1/* 1/*
2 * $Id: command.h,v 1.13 2004/08/10 20:39:19 root Exp $ 2 * command.h
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 2048 /* 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
13#ifdef OFFIX_DND
14# define DndFile 2
15# define DndDir 5
16# define DndLink 7
17#endif
18
19/* a large REFRESH_PERIOD causes problems with `cat' */
20#define REFRESH_PERIOD 2
21 12
22#ifndef MULTICLICK_TIME 13#ifndef MULTICLICK_TIME
23# define MULTICLICK_TIME 500 14# define MULTICLICK_TIME 500
24#endif 15#endif
25#ifndef SCROLLBAR_INITIAL_DELAY 16#ifndef SCROLLBAR_INITIAL_DELAY
87#define VT100_ANS "\033[?1;2c" /* vt100 answerback */ 78#define VT100_ANS "\033[?1;2c" /* vt100 answerback */
88#ifndef ESCZ_ANSWER 79#ifndef ESCZ_ANSWER
89# define ESCZ_ANSWER VT100_ANS /* obsolete ANSI ESC[c */ 80# define ESCZ_ANSWER VT100_ANS /* obsolete ANSI ESC[c */
90#endif 81#endif
91 82
92#include "command.intpro" /* PROTOS for internal routines */
93#endif /* _COMMAND_H_ */ 83#endif /* _COMMAND_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines