public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: ht@inf.ed.ac.uk (Henry S. Thompson)
To: cygwin@cygwin.com
Subject: Re: Regression with gnu screen: Scrollbar gone between 4.02 and 4.03
Date: Fri, 09 Oct 2015 17:53:00 -0000	[thread overview]
Message-ID: <f5boag8hqse.fsf@troutbeck.inf.ed.ac.uk> (raw)
In-Reply-To: <0opa1btu0oec4eilseq1q38cra5clnh12r@4ax.com> (Andrew Schulman's message of "Wed\, 07 Oct 2015 14\:41\:06 -0400")

Andrew Schulman writes:

>> >> Otherwise someone will need to do some bisection to find the commit
>> >> that introduced it.

So, bizarrely, here's what I have found.

The distributed screen 4.3 binary has the problem (no scrollbar, etc.)
The distributed screen 4.2 binary does not have the problem
Installing the 4.2 src package, running cygport and running the result
does not have the problem
Installing the 4.3 src package, running cygport and running the result
_does not have the problem_.

This despite the fact that (by chance, as you will see in a moment) the
distributed and locally-built 4.3 binaries are the same size.

But they are not in fact identical, and the visible differences, per
"strings", is as follows:

  > diff -bw /tmp/os.strings /tmp/ns.strings
  1355d1354
  < L;%9
  3236c3235
  < termcap
  ---
  > terminfo
  3520c3519
  < Cannot find termcap entry for '%s'.
  ---
  > Cannot find terminfo entry for '%s'.
  3528,3529c3527,3528
  < [3%dm
  < [4%dm
  ---
  > [3%p1%dm
  > [4%p1%dm
  3535a3535
  > (%p1%c
  3937,3938c3937,3938
  < [9%dm
  < [10%dm
  ---
  > [9%p1%dm
  > [10%p1%dm
  4319c4319
  < RSDS0
  ---
  > RSDS

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 ?

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 650-4587, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

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

  reply	other threads:[~2015-10-09 17:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 17:05 Henry S. Thompson
2015-10-05 19:38 ` Andrew Schulman
2015-10-05 22:14   ` Henry S. Thompson
2015-10-06 13:14     ` Henry S. Thompson
2015-10-07 18:41       ` Andrew Schulman
2015-10-09 17:53         ` Henry S. Thompson [this message]
2015-10-17 16:16           ` Andrew Schulman
2015-10-17 16:42             ` Andrew Schulman
2015-10-18  8:58             ` Henry S. Thompson
2015-10-19  7:56               ` Henry S. Thompson
2015-10-19 14:45                 ` Andrew Schulman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f5boag8hqse.fsf@troutbeck.inf.ed.ac.uk \
    --to=ht@inf.ed.ac.uk \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).