--- rxvt-unicode/src/command.h 2003/11/24 17:31:27 1.2 +++ rxvt-unicode/src/command.h 2004/02/13 12:16:21 1.6 @@ -1,9 +1,9 @@ /* - * $Id: command.h,v 1.2 2003/11/24 17:31:27 pcg Exp $ + * $Id: command.h,v 1.6 2004/02/13 12:16:21 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 @@ -75,7 +75,7 @@ * software in question is broken enough to be case insensitive to the 'c' * character in the answerback string, we make the distinguishing * characteristic be capitalization of that character. The length of the - * two strings should be the same so that identical read(2) calls may be + * two strings should be the same so that identical read (2) calls may be * used. */ #define VT100_ANS "\033[?1;2c" /* vt100 answerback */