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:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; q=dns; s=default; b=pka38J4H204iw2WNJnh1o1TZHaLNR bRNPOyrCsp/ICtBH6yTDQDrhP378bHJPmStIYqLljNl5XrUIVgjYPcBA95A20L5W gt//L0DqFFCXX1S/P5wuspkTyf4TlorFkyySYg2odYXVWyrtUqTMH2JliZ/DfzyP PsHCpSC28Kyzw8= 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:from:to:date:subject:message-id:references :in-reply-to:content-type:content-transfer-encoding :mime-version; s=default; bh=BU+s4qztCsMZCjwREdq/AiFKTnM=; b=Zvy 5+xiYlAjjv6Drzm/QeHTdikyFBCiQC0NQihpcZhVQ6PzrXI4Pt3n+vCoU1rDVJux l7OzIZWu6cPP9C9bXEz8jgbg8SlfVuN2vycUxl6cuiDiW0Oa5+Q0rL+yp1vpnYqF PwvYCFNPmrS4dHPZJcUVwp8N5//VqbecyfPGMlB4= 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.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: ecl1mtaoutpex02.symantec.com From: Bob McGowan To: "cygwin AT cygwin DOT com" Date: Tue, 9 Dec 2014 10:04:28 -0800 Subject: Re: zsh newline issues Message-ID: References: <54804D0D DOT 8040703 AT openmailbox DOT org> <5482D789 DOT 9050407 AT openmailbox DOT org> In-Reply-To: <5482D789.9050407@openmailbox.org> user-agent: Microsoft-MacOutlook/14.4.4.140807 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id sB9I4nao012545 On 12/6/14, 2:16 AM, "cyg" wrote: >On 12/4/2014 3:01 PM, cyg wrote: >> $uname -a >> CYGWIN_NT-6.1 host 1.7.33-2(0.280/5/3) 2014-11-13 15:47 x86_64 Cygwin >> $mintty --version >> mintty 1.2-beta1 (x86_64-pc-cygwin) >> (C) 2013 Andy Koppe >> License GPLv3+: GNU GPL version 3 or later >> There is no warranty, to the extent permitted by law. >> $zsh --version >> zsh 5.0.6 (x86_64-unknown-cygwin) >> >> experiencing strange issues with newline, which is not constantly being >> printed with carriage return. E.g. >> <<>> Once I figured out what the issue was, I've been able to duplicate it fairly simply: mkdir tt cd tt vim yy ^Z cd .. fg [vim] :q [2] - continued vim yy (pwd : ~/tmp/tt) (pwd now: ~/tmp) Notice the stair stepping of the continuation messages. Doing this same sequence with a Mac or Linux zsh leaves the three lines left justified: mkdir tt cd tt vim somefile ^Z cd .. fg [vim] :q [2] - continued vim yy (pwd : ~/tmp/tt) (pwd now: ~/tmp) Bob -- 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