--- rxvt-unicode/src/rxvt.h 2003/12/18 13:33:03 1.18 +++ rxvt-unicode/src/rxvt.h 2003/12/24 09:22:29 1.20 @@ -1,5 +1,5 @@ /* - * $Id: rxvt.h,v 1.18 2003/12/18 13:33:03 pcg Exp $ + * $Id: rxvt.h,v 1.20 2003/12/24 09:22:29 pcg Exp $ */ #ifndef _RXVT_H_ /* include once only */ @@ -887,7 +887,7 @@ #endif short rvideo; int16_t num_scr; /* screen: number lines scrolled */ - uint16_t prev_ncol, /* screen: previous number of columns */ + unsigned int prev_ncol, /* screen: previous number of columns */ prev_nrow; /* screen: previous number of rows */ #ifdef RXVT_GRAPHICS uint16_t gr_prev_start; @@ -1081,7 +1081,6 @@ /* command input buffering */ unsigned char *cmdbuf_ptr, *cmdbuf_endp; unsigned char cmdbuf_base[BUFSIZ]; - unsigned char kbuf[KBUFSZ]; rxvt_salloc *ralloc; rxvt_salloc *talloc;