*** empty log message ***
authorpcg <pcg>
Fri, 19 Dec 2003 09:41:09 +0000 (09:41 +0000)
committerpcg <pcg>
Fri, 19 Dec 2003 09:41:09 +0000 (09:41 +0000)
src/command.C
src/command.h
src/rxvt.h

index 028bbdf158981fe42d7ebd7ed75e577958b0a0e5..10694204811f77087e2953826363767839130385 100644 (file)
@@ -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 <jdb@ukc.ac.uk>
@@ -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
index 56e2d1bf0c55933e56fcd28e9f0ba65d79760a8d..90dba9da4978c234dc698f222c58d23a1e4822cb 100644 (file)
@@ -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
index 95ba419ce0486c7ed5e455938b7b6b0fa184a94b..8f21896d0e3aed2cdec912aeed46869906644cff 100644 (file)
@@ -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;