From: pcg Date: Fri, 19 Dec 2003 09:41:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=9fc4832feb2b620c9b357ea0cb40e0e17626cc85;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/command.C b/src/command.C index 028bbdf1..10694204 100644 --- a/src/command.C +++ b/src/command.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: command.c *----------------------------------------------------------------------* - * $Id: command.C,v 1.24 2003-12-19 06:17:03 pcg Exp $ + * $Id: command.C,v 1.25 2003-12-19 09:41:09 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury @@ -66,7 +66,7 @@ rxvt_lookup_key(pR_ XKeyEvent *ev) static int debug_key = 1; /* accessible by a debugger only */ #endif int valid_keysym; - unsigned char *kbuf = R->kbuf; + unsigned char kbuf[KBUFSZ]; /* * use Num_Lock to toggle Keypad on/off. If Num_Lock is off, allow an diff --git a/src/command.h b/src/command.h index 56e2d1bf..90dba9da 100644 --- a/src/command.h +++ b/src/command.h @@ -1,5 +1,5 @@ /* - * $Id: command.h,v 1.3 2003-12-05 04:05:13 pcg Exp $ + * $Id: command.h,v 1.4 2003-12-19 09:41:09 pcg Exp $ */ #ifndef _COMMAND_H_ @@ -15,7 +15,7 @@ #endif /* a large REFRESH_PERIOD causes problems with `cat' */ -#define REFRESH_PERIOD 1 +#define REFRESH_PERIOD 2 #ifndef MULTICLICK_TIME # define MULTICLICK_TIME 500 diff --git a/src/rxvt.h b/src/rxvt.h index 95ba419c..8f21896d 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1,5 +1,5 @@ /* - * $Id: rxvt.h,v 1.18 2003-12-18 13:33:03 pcg Exp $ + * $Id: rxvt.h,v 1.19 2003-12-19 09:41:09 pcg Exp $ */ #ifndef _RXVT_H_ /* include once only */ @@ -1081,7 +1081,6 @@ struct rxvt_term : rxvt_vars { /* command input buffering */ unsigned char *cmdbuf_ptr, *cmdbuf_endp; unsigned char cmdbuf_base[BUFSIZ]; - unsigned char kbuf[KBUFSZ]; rxvt_salloc *ralloc; rxvt_salloc *talloc;