--- rxvt-unicode/src/command.h 2003/12/19 09:41:09 1.4 +++ rxvt-unicode/src/command.h 2004/03/29 16:28:29 1.7 @@ -1,11 +1,11 @@ /* - * $Id: command.h,v 1.4 2003/12/19 09:41:09 pcg Exp $ + * $Id: command.h,v 1.7 2004/03/29 16:28:29 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 STRING_MAX 1024 /* max string size for process_rxvt_xterm_seq() */ #define ESC_ARGS 32 /* max # of args for esc sequences */ #ifdef OFFIX_DND @@ -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 */