X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=fRNoTR4qd3C4fVKn25La4k2ZKrz7Fem8tc2Tap4fP5dAtp6u5awju O3w9Pr6qR+1/LkOqWr8wW4aIMqA3dNicVrHRzjyihzjIMDyDMVK/6Ecio9OX9e3x I7kb3GcQ6BH2nKSd7HiQjpDq4kWkmvJS8qGRywyGVCyXYDAg6cmpXY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=TLlR3QOSsltkWzX5zNn2SiiAcWk=; b=OX8WrpXhUEILk29sGKShJDeOFi47 zPCJ8FUqOqbmbkEeaFG43GQOD89idtJRGmthjIctsK4dsfUUZLSCqe468umx5R4c mpOuIrlUy2hJDVEgxnQIP0x8dLWI5Q8YpmDymoYyyBXdaa7diKnm2qaL8EcjW9w2 GJ25GnkwrtSv9vw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: mho-01-ewr.mailhop.org X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18824le+2CHOTkh76byz5JT Date: Wed, 14 May 2014 18:31:51 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: screen on 64-bit mangles mintty/buffer Message-ID: <20140514223151.GA2834@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <5370E144 DOT 4010905 AT shaddybaddah DOT name> <90t1n9l4g51dgrq060rc6ua48eog4178v8 AT 4ax DOT com> <5373AF2E DOT 5090402 AT shaddybaddah DOT name> <4jc7n9hsfrkh57dc5hlgb3tlrrasgo2v3m AT 4ax DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4jc7n9hsfrkh57dc5hlgb3tlrrasgo2v3m@4ax.com> User-Agent: Mutt/1.5.20 (2009-06-14) On Wed, May 14, 2014 at 02:15:38PM -0400, Andrew Schulman wrote: > > >> The 32-bit defines TERMINFO: >> >> config.h: >> >> /* >> * Define TERMINFO if your machine emulates the termcap routines >> * with the terminfo database. >> * Thus the .screenrc file is parsed for >> * the command 'terminfo' and not 'termcap'. >> */ >> #define TERMINFO 1 >> >> configure.log: >> >> configure:5025: $? = 0 >> configure:5025: ./conftest.exe >> configure:5025: $? = 1 >> configure: program exited with status 1 >> >> configure: >> >> if ac_fn_c_try_run "$LINENO"; then : >> echo "- you use the termcap database" 1>&6 >> >> else >> echo "- you use the terminfo database" 1>&6 >> $as_echo "#define TERMINFO 1" >>confdefs.h >> >> fi >> >> >> the 64-bit does not: >> >> /* #undef TERMINFO */ >> >> configure:5025: $? = 0 >> configure:5025: ./conftest.exe >> configure:5025: $? = 0 >> >> I can't understand why the ./conftest.exe differ. Trying to emulate by >> hand, I cannot reproduce it. But it is now very late here, and I can't >> debug anymore. >> >> I'm hoping that I've provided enough of a lead for someone of authority >> to decide where things are right, and where things are wrong. > >Yes, I think so! > >Thanks a lot, Shaddy. That takes us a long way to a solution. I'll look >at it from there as soon as I can. Andrew suggested that Shaddy should get a gold star for his excellent work in tracking this down. Andrew, please make it so? cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple