From: root Date: Sun, 1 Jan 2006 05:08:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b9c193ec8f88cf579af68f2f68d7dd5857f33cb1;p=dana%2Furxvt.git *** empty log message *** --- 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"