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
# define NO_SETOWNER_TTYDEV 1
# endif
#endif
-#if defined(__CYGWIN32__) || defined(PTYS_ARE_OPENPTY)
+#if defined(__CYGWIN32__)
# define NO_SETOWNER_TTYDEV 1
#endif