msknathan / mintty

Automatically exported from code.google.com/p/mintty
GNU General Public License v3.0
0 stars 0 forks source link

vim shell command output sometimes gets CR (Cartridge Return) messed up #401

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Install Cygwin with vim, recent Cygwin versions with mintty all have the 
same problem, including the x86-64 builds. The latest version is 1.7.23. I've 
been using mintty since 1.7.17 and the problem has been always there.

2. Launch Cygwin in mintty. cd into a dir with many files. I often use a Linux 
kernel source dir to reproduce this issue: net/ipv4/.

3. Launch vim. Then in vim type command to run shell command 'ls' :!ls

What is the expected output? What do you see instead?

Normally the output should be a nicely organized dir file list. But in mintty 
it often messes up. Appears to be CR was missing in the output. See the screen 
capture.

What versions of mintty, Cygwin/MSYS, and Windows are you using?

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

Cygwin version 1.7.23 on Windows 7 SP1.

Please provide any additional information below.

the screen capture and minttyrc is attached.

Original issue reported on code.google.com by hzhu...@gmail.com on 15 Aug 2013 at 8:31

Attachments:

GoogleCodeExporter commented 9 years ago
This happens to me too on Mac OS X Mavericks using iTerm 2 and zsh.

Original comment by lean...@ostera.io on 25 Dec 2013 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
- Does not happen in cygwin/mintty 32 bit
- Does not happen in cygwin console
- But: Does also happen in xterm (64 bit)
- and (as reported above) on completely other systems.

Likely not a mintty issue.

Original comment by towom...@googlemail.com on 21 May 2014 at 12:34