From e0be794528e0f61d324794b2a5d76bc74722b002 Mon Sep 17 00:00:00 2001 From: pcg Date: Thu, 8 Apr 2004 20:22:25 +0000 Subject: [PATCH] *** empty log message *** --- src/command.h | 4 +++- src/rxvt.h | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/command.h b/src/command.h index e275a9c7..99147f32 100644 --- a/src/command.h +++ b/src/command.h @@ -1,11 +1,13 @@ /* - * $Id: command.h,v 1.7 2004-03-29 16:28:29 pcg Exp $ + * $Id: command.h,v 1.8 2004-04-08 20:22:25 pcg Exp $ */ #ifndef COMMAND_H_ #define COMMAND_H_ +// STRING_MAX __MUST__ not be larger than what CBUFSIZ can hold. #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 diff --git a/src/rxvt.h b/src/rxvt.h index 5ee6d665..fd17288f 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -911,9 +911,8 @@ struct rxvt_term : rxvt_vars { #ifdef POINTER_BLANK hidden_pointer:1, #endif - parsed_geometry:1, // enc_utf8:1, /* wether terminal reads/writes utf-8 */ - seen_input:1; /* wether any input has been seen so far */ + parsed_geometry:1; unsigned char refresh_type, #ifdef UTMP_SUPPORT -- 2.34.1