--- rxvt-unicode/src/command.h 2007/11/15 11:36:15 1.19 +++ rxvt-unicode/src/command.h 2014/08/16 10:51:23 1.23 @@ -5,14 +5,8 @@ #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 ESC_ARGS 32 /* max # of args for esc sequences */ -#ifndef MULTICLICK_TIME -# define MULTICLICK_TIME 500 -#endif #ifndef SCROLLBAR_INITIAL_DELAY # define SCROLLBAR_INITIAL_DELAY 0.33 #endif @@ -20,17 +14,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