Open bystepii opened 4 years ago
ConEmu build: 191012 x64 OS version: Windows 10 x64 Used shell version: conemu-cyg-64.exe with cygwin
Incorrect output of ./gradlew when TERM=xterm-256color (xterm-256color is default). It seems like carriage return is not handled properly.
./gradlew
TERM=xterm-256color
xterm-256color
When TERM= it works almost correcly, the only issue is that it overrides some lines above.
TERM=
TERM= xterm-256-colors ./gradlew
TERM= ./gradlew
ConEmu.xml.txt
ConEmu-logs.zip
Could you create AnsiLogFiles reproducing the problem? Check out "Connector ‘-log’ switch" paragraph.
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
whenTERM=xterm-256color
(xterm-256color
is default). It seems like carriage return is not handled properly.When
TERM=
it works almost correcly, the only issue is that it overrides some lines above.Steps to reproduce
TERM= xterm-256-colors ./gradlew
TERM= ./gradlew
Additional files
ConEmu.xml.txt
ConEmu-logs.zip