*** empty log message ***
authorroot <root>
Sun, 1 Jan 2006 05:08:41 +0000 (05:08 +0000)
committerroot <root>
Sun, 1 Jan 2006 05:08:41 +0000 (05:08 +0000)
Changes
src/command.h
src/ptytty.C
src/version.h

diff --git a/Changes b/Changes
index f24e7fc5554dd01747e9e5fecbd641895d53ecde..863891acf8e3847a38223f68366c21b4fbc5c1b1 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 rxvt-unicode changelog <= google-friendly title
 
+TODO: move iso14755 box away from the mouse
 TODO: harmonize --disable-options into position-dependent options.
 TODO: after requesting the selection and getting a timeout, no further requests will be sent.
 TODO: safer command: keymap processing.
index ec2cdbda0a854b9edc6ccc8f07b7922a52979f0a..e30da5dd70c7b0cdab9f8b9306ad4138e65aa86a 100644 (file)
@@ -17,7 +17,7 @@
 #endif
 
 /* a large REFRESH_PERIOD causes problems with `cat' */
-#define REFRESH_PERIOD         2
+#define REFRESH_PERIOD         1
 
 #ifndef MULTICLICK_TIME
 # define MULTICLICK_TIME       500
index 6bd703a9dcdc49c8717e220fea0e7ea028c43fd8..47b97a415ce61b0b96c2518a7c42ca65fa1a6cfe 100644 (file)
@@ -340,7 +340,7 @@ static struct ttyconf {
 void
 rxvt_ptytty::privileges (rxvt_privaction action)
 {
-  if (tty < 0)
+  if (pty < 0)
     return;
 
   rxvt_privileges (RESTORE);
index 4f7f742d0fe1e6733d2262570bddd988f8a3b215..66ae4bd313ee698459574069fa4ef50a7924cdeb 100644 (file)
@@ -1,3 +1,3 @@
 // VERSION _must_ be \d.\d+
-#define VERSION "6.1"
+#define VERSION "6.2"
 #define DATE   "2005-12-27"