From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64163 invoked by alias); 1 Jan 2018 06:50:23 -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 64154 invoked by uid 89); 1 Jan 2018 06:50:22 -0000 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 Received: from mail-ot0-f182.google.com (HELO mail-ot0-f182.google.com) (74.125.82.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 01 Jan 2018 06:50:21 +0000 Received: by mail-ot0-f182.google.com with SMTP id b56so27263177otd.10 for ; Sun, 31 Dec 2017 22:50:20 -0800 (PST) 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) Received: from iEh ([2605:6000:9fc0:56:c54d:2844:d0c:ba]) by smtp.gmail.com with ESMTPSA id o49sm6506563oto.28.2017.12.31.22.50.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 31 Dec 2017 22:50:18 -0800 (PST) Message-ID: <5a49da2a.74109d0a.82d07.8291@mx.google.com> Date: Mon, 01 Jan 2018 06:50:00 -0000 From: Steven Penny X-Google-Original-From: Steven Penny References: <58fd2606.4ca8ca0a.91abf.a636@mx.google.com> To: cygwin@cygwin.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) X-SW-Source: 2018-01/txt/msg00002.txt.bz2 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