console-rs / console-rs/console

Remove native windows console handling

Open
#92 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
1.2k
Forks
144
Avg merge
8h 24m
Merged PRs (30d)
4

Description

Newer crates now leave a completely broken windows experience behind compared to earlier versions because instead of turning on ANSI code handling on the windows term it tries to emulate this. This has caused a bunch of very bad regressions (#69, #83).

This will require putting clicolors-control back in see #91.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading issue #91 and the regressions reported in #69 and #83 to understand the prior Windows console behavior. Locate the native Windows handling and restore the clicolors-control dependency as described; done means Windows ANSI handling no longer follows the broken emulation path.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.