Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.61k stars 574 forks source link

Incorect output of gradle wrapper #2116

Open bystepii opened 4 years ago

bystepii commented 4 years ago

Versions

ConEmu build: 191012 x64 OS version: Windows 10 x64 Used shell version: conemu-cyg-64.exe with cygwin

Problem description

Incorrect output of ./gradlew when TERM=xterm-256color (xterm-256color is default). It seems like carriage return is not handled properly.

capt1

capt2

When TERM= it works almost correcly, the only issue is that it overrides some lines above.

capt3

Steps to reproduce

  1. run TERM= xterm-256-colors ./gradlew
  2. run TERM= ./gradlew

Additional files

ConEmu.xml.txt

ConEmu-logs.zip

Maximus5 commented 4 years ago

Could you create AnsiLogFiles reproducing the problem? Check out "Connector ‘-log’ switch" paragraph.