Skip to content

Progress indicator broken on Alacritty with ConPTY #1826

Open
@LPGhatguy

Description

@LPGhatguy

Problem

When updating a toolchain, Rustup tries to draw over its previous progress indicators, but fails, and instead produces beautiful art:

unknown (6)

Steps

  1. rustup update stable, or another command that causes Rustup to output progress

Possible Solution(s)

Bash in Alacritty in Windows is a pretty weird config. 😄

Notes

Windows 10, Build 1809.

Alacritty has enable_experimental_conpty_backend set, which uses the Windows ConPTY API (1809+ only) instead of WinPTY, which is pretty buggy.

$ alacritty --version
alacritty 0.3.2
$ rustup --version
rustup 1.18.1 :: 1.18.0+20 (462683b3a 2019-04-25) dirty 1 modification

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions