Re: Xterm hangs with latest Cygwin (-62?)

2009-10-06 Thread Corinna Vinschen
On Oct 5 17:46, Yaakov S wrote: On 05/10/2009 13:47, Corinna Vinschen wrote: --- sys.c.ORIG 2009-10-05 19:23:58.0 +0200 +++ sys.c2009-10-05 19:18:34.0 +0200 @@ -408,7 +408,11 @@ openTty(char *line) int rc; int tty = -1; +#ifdef __CYGWIN__ +tty =

[ANNOUNCEMENT] [1.7] Updated: luit-1.0.4-2

2009-10-06 Thread Yaakov (Cygwin/X)
The following package has been updated for Cygwin 1.7: *** luit-1.0.4-2 This release adds a patch to make sure the tty allocated by luit becomes the controlling tty: http://cygwin.com/ml/cygwin-xfree/2009-10/msg00032.html Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] [1.7] Updated: xorg-util-macros-1.3.0-1

2009-10-06 Thread Yaakov (Cygwin/X)
The following package has been updated for Cygwin 1.7: *** xorg-util-macros-1.3.0-1 This package contains aclocal macros required for building X.Org components from source. This update is a prerequisite to building the latest X11R7.5 packages. Yaakov Cygwin/X CYGWIN-XFREE-ANNOUNCE

Re: [PATCH 1/2] Cygwin/X: Improve choice of display name used by internal clients

2009-10-06 Thread Yaakov (Cygwin/X)
On 01/10/2009 07:12, Jon TURNEY wrote: + if (TransIsListening(local)) +{ + snprintf(szDisplay, 512, :%s.%d, display, screen); +} + else if (TransIsListening(inet)) +{ + snprintf(szDisplay, 512, 127.0.0.1:%s.%d, display, screen); +} + else if (TransIsListening(inet6))