--- rxvt-unicode/src/command.h 2004/01/17 01:20:01 1.5 +++ rxvt-unicode/src/command.h 2004/03/29 16:28:29 1.7 @@ -1,11 +1,11 @@ /* - * $Id: command.h,v 1.5 2004/01/17 01:20:01 pcg Exp $ + * $Id: command.h,v 1.7 2004/03/29 16:28:29 pcg Exp $ */ #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 */