From: root Date: Wed, 4 Jan 2006 02:01:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6d58a538d774639608961f43cbd2ed01d6b47a36;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/Changes b/Changes index c31aeba7..e57b3f38 100644 --- a/Changes +++ b/Changes @@ -25,7 +25,9 @@ WISH: better support for mixing xft font sizes rxvt -fn "xft:Andale Mono:size=15 perl*-resources and keysym resources. Not everything is there yet. - try to be more clever about differing font sizes and their ascent. - fix directory permissions on install. - - improved sched_yield support. + - disabled sched_yield support: the linux version is just too useless + (it schedules nice'd processes before the own one for extended + periods). Too bad, it could reduce system time by a factor of 5 here. 6.2 Mon Jan 2 16:03:01 CET 2006 - implemented intensityStyles option which enables/disables bold/blink diff --git a/src/ptytty.h b/src/ptytty.h index 9ed74d6a..a79ac8bb 100644 --- a/src/ptytty.h +++ b/src/ptytty.h @@ -8,7 +8,7 @@ # define NO_SETOWNER_TTYDEV 1 # endif #endif -#if defined(__CYGWIN32__) || defined(PTYS_ARE_OPENPTY) +#if defined(__CYGWIN32__) # define NO_SETOWNER_TTYDEV 1 #endif