From b9c193ec8f88cf579af68f2f68d7dd5857f33cb1 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 1 Jan 2006 05:08:41 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/command.h | 2 +- src/ptytty.C | 2 +- src/version.h | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index f24e7fc5..863891ac 100644 --- 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. diff --git a/src/command.h b/src/command.h index ec2cdbda..e30da5dd 100644 --- a/src/command.h +++ b/src/command.h @@ -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 diff --git a/src/ptytty.C b/src/ptytty.C index 6bd703a9..47b97a41 100644 --- a/src/ptytty.C +++ b/src/ptytty.C @@ -340,7 +340,7 @@ static struct ttyconf { void rxvt_ptytty::privileges (rxvt_privaction action) { - if (tty < 0) + if (pty < 0) return; rxvt_privileges (RESTORE); diff --git a/src/version.h b/src/version.h index 4f7f742d..66ae4bd3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ // VERSION _must_ be \d.\d+ -#define VERSION "6.1" +#define VERSION "6.2" #define DATE "2005-12-27" -- 2.34.1