X-Recipient: archive-cygwin@delorie.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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; q=dns; s=
	default; b=rRKYg2AHcjKlVprQX0RJhtJB+0m2FAo9wKNN2N/rxSE9oDrJYvKT4
	QfxgihCruTD3B+mXvAfKmYaQMynufwtkeIZVhuGQ/YSscy1Yr+Inw9BeBnc3scmR
	Emxbw6XGkxprAg0X3SuduIZSofTcR1flMZY+KG0YXF55KyRckWZilE=
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:to:from:subject:date:message-id:references
	:mime-version:content-type:content-transfer-encoding; s=default;
	 bh=Ayy6TgW5rNpW+1pD5n5yKELxPTU=; b=vguKhJ3V9WhrjtpnZrmZMzh6KAtA
	pMiwVuKkjadvgkR5oPIiMIq8ogm761LIYY62dGM/Mvrl+7Txb3ImtOBsfWBQ6oCb
	FNuiQ1qpkifEQexMeUvBIRrzYtlUdrw9eovljFmpCtK0gWj7V0vapwAsvF+MK3oo
	spNE1M7Em5QLP0E=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: plane.gmane.org
To: cygwin@cygwin.com
From: Andrew Schulman <schulman.andrew@epa.gov>
Subject: Re: Regression with gnu screen: Scrollbar gone between 4.02 and 4.03
Date: Sat, 17 Oct 2015 12:16:32 -0400
Lines: 25
Message-ID: <7ks42b1o380v23fhnb31evfs2o7ijbj49i@4ax.com>
References: <f5bmvvz7uj6.fsf@troutbeck.inf.ed.ac.uk>	<vfi51bd9ggusbcfumb7ohb6epam35jlgkl@4ax.com>	<f5bvbalx8s3.fsf@troutbeck.inf.ed.ac.uk>	<f5bbnccw34o.fsf@troutbeck.inf.ed.ac.uk>	<0opa1btu0oec4eilseq1q38cra5clnh12r@4ax.com> <f5boag8hqse.fsf@troutbeck.inf.ed.ac.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Archive: encrypt
X-IsSubscribed: yes

> This is at least _suggestive_ that your compilation environment and mine
> are in some way different.
> 
> Does
> 
>   #define TERMINFO 1
> 
> occur in your build/config.h ?

Henry, thanks for working to track this down.  I went back and looked and I did
find one problem:  because of an error in the cygport file, a patch that Shaddy
Baddah developed to fix a scrolling screen corruption bug
(http://cygwin.com/ml/cygwin/2014-05/msg00331.html) wasn't being applied.  The
effect of the patch is to use terminfo, instead of termcap.  This certainly
seems as though it might also fix the scrolling problem.

So I just uploaded a new test release, 4.3.1-2, that includes the patch.  With
the patch applied, yes I do have 

    #define TERMINFO 1

However in my testing the scrollbar is still missing.  Please test the new
release yourself, and let me know what you find.

Andrew


--
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

