This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: zsh newline issues


On 12/6/14, 2:16 AM, "cyg" <cyg3498@openmailbox.org> 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.
>> 

<<<removed details and settings>>>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]