--- rxvt-unicode/src/command.h 2003/11/24 17:28:08 1.1 +++ rxvt-unicode/src/command.h 2004/01/17 01:20:01 1.5 @@ -1,9 +1,9 @@ /* - * $Id: command.h,v 1.1 2003/11/24 17:28:08 pcg Exp $ + * $Id: command.h,v 1.5 2004/01/17 01:20:01 pcg Exp $ */ -#ifndef _COMMAND_H_ -#define _COMMAND_H_ +#ifndef COMMAND_H_ +#define COMMAND_H_ #define STRING_MAX 512 /* max string size for process_rxvt_xterm_seq() */ #define ESC_ARGS 32 /* max # of args for esc sequences */ @@ -15,7 +15,7 @@ #endif /* a large REFRESH_PERIOD causes problems with `cat' */ -#define REFRESH_PERIOD 10 +#define REFRESH_PERIOD 2 #ifndef MULTICLICK_TIME # define MULTICLICK_TIME 500