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.53k stars 572 forks source link

New line issues with output from docker for windows #2403

Open abargale opened 2 years ago

abargale commented 2 years ago

Versions

ConEmu build: 210912 [64] OS version: Windows 10, 10.0.18363, build 18363 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): cmd

Problem description

Output from docker may have newline issues

image

Steps to reproduce

Run docker.exe from conemu. A simple docker --help will show the problem

Actual results

Expected results

The output from docker.exe when running via a normal command cmd.exe image

Additional files

Settings, screenshots, logs

Maximus5 commented 2 years ago

If you know the steps required to reproduce - please describe them. For now, I can only recall that RealConsole output might be messed after resizes.

$ docker --version
Docker version 20.10.11, build dea9396
Maximus5 commented 2 years ago

However, I have newer Windows version 10.0.19043.1348

abargale commented 2 years ago

Used RealConsole as instructed.

image

abargale commented 2 years ago

Steps to reproduce, run docker.exe from a regular cmd.exe and a conemu window. The best command is docker --help.