ogham / rust-ansi-term

Rust library for ANSI terminal colours and styles (bold, underline)

Home Page:https://crates.io/crates/ansi_term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrateFile2 is not usable on Windows 7

Marwes opened this issue · comments

Encountered in gluon-lang/gluon#777 . It appears that 23456d5#diff-0d46108ce4a3c312f023e721b094d40c makes ansi_term no longer work on Windows 7.

This might not be something that you want to support but I figure I should report it.

I am working around it by simply not including ansi_term on Windows

Fixed in PR#52, see commit a4e42b7.

PR#52 is merged, so this should be fixed in master (now released as v0.12.1).

@Marwes , is the upgraded version working correctly for you?