--- rxvt-unicode/src/command.h 2004/08/10 20:39:19 1.13 +++ rxvt-unicode/src/command.h 2011/05/07 09:52:13 1.21 @@ -1,24 +1,15 @@ /* - * $Id: command.h,v 1.13 2004/08/10 20:39:19 root Exp $ + * command.h */ #ifndef COMMAND_H_ #define COMMAND_H_ // STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold. -#define STRING_MAX 2048 /* max string size for process_rxvt_xterm_seq() */ +#define STRING_MAX 2048 /* max string size for process_{dcs,osc}_seq () */ #define ESC_ARGS 32 /* max # of args for esc sequences */ -#ifdef OFFIX_DND -# define DndFile 2 -# define DndDir 5 -# define DndLink 7 -#endif - -/* a large REFRESH_PERIOD causes problems with `cat' */ -#define REFRESH_PERIOD 2 - #ifndef MULTICLICK_TIME # define MULTICLICK_TIME 500 #endif @@ -29,17 +20,6 @@ # define SCROLLBAR_CONTINUOUS_DELAY 0.05 #endif -/* - * key-strings: if only these keys were standardized - */ -#ifdef LINUX_KEYS -# define KS_HOME "\033[1~" /* Home == Find */ -# define KS_END "\033[4~" /* End == Select */ -#else -# define KS_HOME "\033[7~" /* Home */ -# define KS_END "\033[8~" /* End */ -#endif - #ifdef SCROLL_ON_SHIFT # define SCROLL_SHIFTKEY (shft) # define NOSCROLL_SHIFTKEY 0 @@ -89,5 +69,4 @@ # define ESCZ_ANSWER VT100_ANS /* obsolete ANSI ESC[c */ #endif -#include "command.intpro" /* PROTOS for internal routines */ -#endif /* _COMMAND_H_ */ +#endif /* _COMMAND_H_ */