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:message-id:date:from:references:to:subject :content-type; q=dns; s=default; b=DsrgSTQ9yi3Fib5iKdi9us1qHPw5X dSRp5gWi1t6pyiYnNYRPdZYjL7+HjXEFw9LraRarDzskxiM5Zxf9RDk4BpWhddL4 Nfb1KQea9Xl0Vl8JFt3IFgElENAsbVAeWN/rS0Dk8jiFGCfYKNZ67Eh8o+fwu8XD 5BNvkNK8vX0UKI= 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:message-id:date:from:references:to:subject :content-type; s=default; bh=AePFu7+9RbY+4jNFgPBkioK5Mws=; b=Miv Tr+6uR0XxqFYUuYSaCfab/Mm2WjeqTr8ZKgS0fHbMQ1GTv/lcXkjhS8rB2v72Uto S8967RuSXxbYm8xuGqLV5sxDVnFcZa6ANytQL5BoOhcI0Rh7g2icQjcwqJSP7tJx VmuUZHNB+tp29ksDime1YBd/rvqxdOTXgv+PWZGQ= 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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=apr, Apr, H*M:google, H*UA:github.com X-HELO: mail-ot0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:references:to:subject :user-agent; bh=P+J0Io4dUGlSYFkllpKZkXOpomeO9Hn5Nu3iebpF3EE=; b=Q2hY5jW/iCMxUXDVY+fjAuKLLKSdmYb37OyN5BYsLzBIQMZnK5NX90glIOQEdUOIVb fthir29uahpOLe9sdgIx2oHEeJMu/aZuum0IJYwjsRshIFHcDvNez2Y00P0kaFO/Z9By Bs1JqUEN7fEWlI1b0bmKuX8RsjtQVGxOK6SmVKXv+fpP816DJPskv8hIPpvkwuZQGQwN jOQRp+zUf0sUarSlze8w/GFosgrOvKai5u5QNgS5SPx05brATGLkc15ECIrYgJxtnuwJ aSzaceLW6N+6EQ5cftItQc/uK7aZ2tddX7WsTf4138FvqPbaNFk010cY4G5guK0Ha7gh o0Zg== X-Gm-Message-State: AKGB3mJuJpsEhvLdJLQ4E2I7kXhfVnhPHRfn0KJewaCPTNyBELMtMDAv /1gNromDlKfQIIf8oIV77/I1EQ== X-Google-Smtp-Source: ACJfBosxyGx+w2vsTRPlqcnglDL4t5kwdCWfKKZQ8h1clN6ufqB+cqgIFLAlzxbnbnBW4IjHiHBSEA== X-Received: by 10.157.67.8 with SMTP id s8mr33161082ote.51.1514789419084; Sun, 31 Dec 2017 22:50:19 -0800 (PST) Message-ID: <5a49da2a.74109d0a.82d07.8291@mx.google.com> Date: Sun, 31 Dec 2017 22:50:18 -0800 (PST) From: Steven Penny X-Google-Original-From: Steven Penny References: <58fd2606 DOT 4ca8ca0a DOT 91abf DOT a636 AT mx DOT google DOT com> To: cygwin AT cygwin DOT com Subject: Re: Console buffer width always 1 column less than setting Content-Type: text/plain; charset=utf8; format=flowed User-Agent: Tryst/2.0.1 (github.com/svnpenn/tryst) On Sun, 23 Apr 2017 15:09:10, Steven Penny wrote: > I found a fix to this problem. Create a file "cygwin-xenl.terminfo": > > cygwin-xenl|cygwin eat_newline_glitch, > xenl, > use=cygwin, > > Compile and install the file: > > tic cygwin-xenl.terminfo > > Add line to "~/.profile" or similar: > > TERM=cygwin-xenl http://cygwin.com/ml/cygwin/2017-04/msg00297.html to any who might have used this solution - i discovered a bad side effect when searching man pages, if you use the "/" operator - the first matching line is removed, and you are brought to the following line - then if you try to scroll up - the previous lines are there but not the matching line subsequent matching lines are shown as expected - this is for my custom terminal above and any terminal using "xenl" - not sure what a workaround for this is other than dont use "xenl" and deal with the missing column per the original issue. -- 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