From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35176 invoked by alias); 17 Oct 2015 16:16:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 35163 invoked by uid 89); 17 Oct 2015 16:16:45 -0000 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 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 17 Oct 2015 16:16:44 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZnU9w-0003gD-CP for cygwin@cygwin.com; Sat, 17 Oct 2015 18:16:40 +0200 Received: from c-69-140-37-22.hsd1.md.comcast.net ([69.140.37.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Oct 2015 18:16:40 +0200 Received: from schulman.andrew by c-69-140-37-22.hsd1.md.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 17 Oct 2015 18:16:40 +0200 To: cygwin@cygwin.com From: Andrew Schulman Subject: Re: Regression with gnu screen: Scrollbar gone between 4.02 and 4.03 Date: Sat, 17 Oct 2015 16:16:00 -0000 Message-ID: <7ks42b1o380v23fhnb31evfs2o7ijbj49i@4ax.com> References: <0opa1btu0oec4eilseq1q38cra5clnh12r@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00259.txt.bz2 > 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